Commit 8bd44a4f authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent 4f834322
......@@ -30,7 +30,6 @@ request_body = commonFuc().get_business_data(module, "payload52")
用例名称:查看雅培商品折扣规则批量导入日志
输出:{"success":true,"code":"200","message":"OK"}
"""
# 发送请求
result = requests.post(url, json=request_body, headers=headers)
result = json.loads(result.content)
......
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