Commit 56d0c5a3 authored by xiao-hesheng's avatar xiao-hesheng
Browse files

增加数据库检查模块脚本

parent 3391dd3d
...@@ -67,7 +67,7 @@ def center_Stock_unpack(type): # 扫码发放(高值不能扫码发放) ...@@ -67,7 +67,7 @@ def center_Stock_unpack(type): # 扫码发放(高值不能扫码发放)
request_body = commonFuc().get_business_data(module, "payload67", udi_code, stockId, stockName, areaCode, request_body = commonFuc().get_business_data(module, "payload67", udi_code, stockId, stockName, areaCode,
areaName areaName
) )
print('request_body', request_body) print('herpService_stock_pick_scan,request_body', request_body)
result = commonFuc().http_post(url, request_body, headers) result = commonFuc().http_post(url, request_body, headers)
print('扫码发放result', result) print('扫码发放result', result)
price = commonFuc().analysis_json('price', commonFuc().analysis_json('data', result)) price = commonFuc().analysis_json('price', commonFuc().analysis_json('data', result))
......
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