From 1e8bada1a0136677b66aba5166eb25c32c436d33 Mon Sep 17 00:00:00 2001 From: xiao-hesheng Date: Fri, 17 May 2024 08:16:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E4=B9=9D=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E7=BC=96=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...241\200\346\250\241\345\235\227\350\256\276\347\275\256.py" | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git "a/air_case/b5_spd3_core_business_flow/a_a4_\346\265\201\347\250\213\345\233\233_\345\237\272\347\241\200\346\250\241\345\235\227\350\256\276\347\275\256.air/a_a4_\346\265\201\347\250\213\345\233\233_\345\237\272\347\241\200\346\250\241\345\235\227\350\256\276\347\275\256.py" "b/air_case/b5_spd3_core_business_flow/a_a4_\346\265\201\347\250\213\345\233\233_\345\237\272\347\241\200\346\250\241\345\235\227\350\256\276\347\275\256.air/a_a4_\346\265\201\347\250\213\345\233\233_\345\237\272\347\241\200\346\250\241\345\235\227\350\256\276\347\275\256.py" index efc5e3bf..91ed0868 100644 --- "a/air_case/b5_spd3_core_business_flow/a_a4_\346\265\201\347\250\213\345\233\233_\345\237\272\347\241\200\346\250\241\345\235\227\350\256\276\347\275\256.air/a_a4_\346\265\201\347\250\213\345\233\233_\345\237\272\347\241\200\346\250\241\345\235\227\350\256\276\347\275\256.py" +++ "b/air_case/b5_spd3_core_business_flow/a_a4_\346\265\201\347\250\213\345\233\233_\345\237\272\347\241\200\346\250\241\345\235\227\350\256\276\347\275\256.air/a_a4_\346\265\201\347\250\213\345\233\233_\345\237\272\347\241\200\346\250\241\345\235\227\350\256\276\347\275\256.py" @@ -76,11 +76,12 @@ def import_goods(hosGoodsId): goodsId=hosGoodsId.replace(get_hosid(), "") # #请求体 request_body = commonFuc().get_business_data(module, "payload32_1",get_hosid(), goodsId,branch_id) - print(request_body) + print('import_goods',request_body) # # # 发送请求 while True: result = commonFuc().http_post(url, request_body, headers) total=commonFuc().analysis_json('total',commonFuc().analysis_json('data',result)) + print('import_goods', total) if total==0: print('产品暂时没有同步到内网,等待6秒') time.sleep(6) -- GitLab