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

产品规格申报

No related merge requests found
Showing with 7 additions and 3 deletions
+7 -3
...@@ -46,5 +46,9 @@ print('request_body',request_body) ...@@ -46,5 +46,9 @@ print('request_body',request_body)
# 发送请求 # 发送请求
result = commonFuc().http_post(url, request_body, headers) result = commonFuc().http_post(url, request_body, headers)
print('产品规格申报',result) print('产品规格申报',result)
code=commonFuc().analysis_json('code',result)
goodsname1=commonFuc().analysis_json('goodsName',commonFuc().analysis_json('goodsRegistVO',commonFuc().analysis_json('data',result)))
# print("goodsname1",goodsname1)
commonFuc().check_text_exist(code,result)
commonFuc().check_text_exist(goodsname1,result)
...@@ -72,9 +72,9 @@ ...@@ -72,9 +72,9 @@
</tr> </tr>
<tr width="600"> <tr width="600">
<td class="details-col-elapsed"><a href='../log/产品规格新增和审核通过/log.html' target='_blank'>产品规格新增和审核通过</a></td> <td class="details-col-elapsed"><a href='../log/产品规格申报/log.html' target='_blank'>产品规格申报</a></td>
<td class="success">成功</td> <td class="success">成功</td>
<td class="details-col-elapsed">0.833</td> <td class="details-col-elapsed">0.804</td>
<td class="details-col-elapsed">xiaohesheng</td> <td class="details-col-elapsed">xiaohesheng</td>
</tr> </tr>
......
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