Commit b6a4b259 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

流程五脚本提交

parent 947e5b64
......@@ -13,7 +13,7 @@ from air_case.mdm_login.登录外网系统.登录外网系统 import login_syste
def Enterprise_audit():
module = "mdm3_ea"
module = "a5_mdm3_pdm"
# 注册企业
url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "CompanyRegist_url")
# #获取请求头信息
......
......@@ -50,7 +50,7 @@ result = commonFuc().http_post(url, request_body, headers)
data = commonFuc().analysis_json('data', result)
total=commonFuc().analysis_json('total', data)
GRBid = commonFuc().analysis_json('id', data)
global_var_GRBid=GRBid
# global_var_GRBid=GRBid
if total==1:
commonFuc().check_text_exist(p_name, result)
data = commonFuc().analysis_json('data', result)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment