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

流程七脚本编写

parent 83c3fb73
......@@ -73,7 +73,7 @@ def import_goods(hosGoodsId):
# 获取院区id
branch_id = FileUtils().r_info(module, '院区新增')["branch_id"]
# hosGoodsId = FileUtils().r_info8('b5_spd3_core_business_flow', '产品审核信息', 'message2')["hosGoodsId"]
goodsId=hosGoodsId.replace("h0347", "")
goodsId=hosGoodsId.replace(get_hosid(), "")
# #请求体
request_body = commonFuc().get_business_data(module, "payload32_1",get_hosid(), goodsId,branch_id)
print(request_body)
......
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