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

20240618外网在配送的时候增加了DI验证,加入维护di的脚本

parent 09e40dff
...@@ -337,6 +337,7 @@ def supplyProvHosGoods_add_DI(): ...@@ -337,6 +337,7 @@ def supplyProvHosGoods_add_DI():
pdb.set_trace() pdb.set_trace()
print('维护产品DI信息列表查询result', result) print('维护产品DI信息列表查询result', result)
data = commonFuc().analysis_json('data', commonFuc().analysis_json('data', result)) data = commonFuc().analysis_json('data', commonFuc().analysis_json('data', result))
print('维护产品DI信息列表查询data', data)
for i in data: for i in data:
hosGoodsId = commonFuc().analysis_json('id', i) hosGoodsId = commonFuc().analysis_json('id', i)
url1 = commonFuc().get_api_url() + commonFuc().get_business_data(module, "hdiFusion_getGoodsinfoAndDiLst_url") url1 = commonFuc().get_api_url() + commonFuc().get_business_data(module, "hdiFusion_getGoodsinfoAndDiLst_url")
......
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