Commit 037fe735 authored by liguangyu06's avatar liguangyu06
Browse files

用例优化

parent cd7cbee4
...@@ -32,7 +32,7 @@ result = json.loads(result.content) ...@@ -32,7 +32,7 @@ result = json.loads(result.content)
# 获取指定返利规则信息 # 获取指定返利规则信息
rebate_id = result["data"]["list"][0]["rebateid"] rebate_id = result["data"]["list"][0]["rebateid"]
# 第三步进行返利规则启用操作 # 第三步进行返利规则删除操作
url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "url25") url = commonFuc().get_api_url() + commonFuc().get_business_data(module, "url25")
request_body = commonFuc().get_business_data(module, "payload25", rebate_id) request_body = commonFuc().get_business_data(module, "payload25", rebate_id)
......
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