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

修改企业审核文件

parent 65aaa304
......@@ -32,7 +32,7 @@ username = commonFuc().get_business_data(module, "username")
password = commonFuc().get_business_data(module, "password")
print(username, password)
# 获取token和projectCode
token,projectCode = login_system(username, password).get_token()
token,projectCode,uxid = login_system(username, password).get_token()
#获取请求头信息
headers = commonFuc().get_business_data(module, "json_headers2",
commonFuc().get_business_data(module, "json_contentType"), token,
......
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