|
@@ -419,7 +419,7 @@ class APIMgr():
|
|
|
return response
|
|
|
|
|
|
"""数据导出-超出2w条,点击不在提示"""
|
|
|
- def Export_prompt(self):
|
|
|
+ def export_prompt(self):
|
|
|
hearders = GSTORE['headers']
|
|
|
s = GSTORE['s']
|
|
|
params={
|
|
@@ -429,7 +429,7 @@ class APIMgr():
|
|
|
return response
|
|
|
|
|
|
"""数据导出-判断是否展示弹框"""
|
|
|
- def Export_frame(self):
|
|
|
+ def export_frame(self):
|
|
|
hearders = GSTORE['headers']
|
|
|
s = GSTORE['s']
|
|
|
response = s.post(f"{cfg.target_host}/front/dataExport/getDontPromptAgain", headers=hearders)
|