Commit 42c7e380 authored by liguangyu06's avatar liguangyu06
Browse files

脚本优化

parent 1e541d5c
...@@ -114,7 +114,7 @@ def l_pur(): ...@@ -114,7 +114,7 @@ def l_pur():
"attachmentList": [], "attachmentList": [],
"ignoreValidExpDate": True "ignoreValidExpDate": True
} }
request_body["detailVOS"] = [i] request_body["detailVOS"] = detail_list
# print(request_body) # print(request_body)
# 发送请求 # 发送请求
result = requests.post(url, json=request_body, headers=headers) result = requests.post(url, json=request_body, headers=headers)
......
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