Commit 90700035 authored by liguangyu06's avatar liguangyu06
Browse files

优化

parent c5af9964
...@@ -57,7 +57,7 @@ def c_pur(): ...@@ -57,7 +57,7 @@ def c_pur():
# 轮询获取具体产品信息 # 轮询获取具体产品信息
for i in result["data"]["data"]: for i in result["data"]["data"]:
pkg_def_id = i["pkgDefVOList"][0]["pkgDefId"] pkg_def_id = i["pkgDefVOList"][0]["pkgDefId"]
print(i) # print(i)
# 设置结算方式为入中心库结算 # 设置结算方式为入中心库结算
i["inSettlement"] = 1 i["inSettlement"] = 1
......
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