Commit afb4ffbe by 岳巧源

delete

parent e6369c5c
Showing with 1 additions and 1 deletions
...@@ -101,7 +101,7 @@ def update_vc_attr(conf: dict): ...@@ -101,7 +101,7 @@ def update_vc_attr(conf: dict):
} }
ans = request_to_jd_vc(method_name=method_name, token=token, app_key=app_key, app_secret=app_secret, ans = request_to_jd_vc(method_name=method_name, token=token, app_key=app_key, app_secret=app_secret,
param=param) param=param)
print(json.dumps(ans, ensure_ascii=False)) # print(json.dumps(ans, ensure_ascii=False))
if "result" not in ans["jingdong_vc_item_props_find_responce"]["jos_result_dto"]: if "result" not in ans["jingdong_vc_item_props_find_responce"]["jos_result_dto"]:
continue continue
jd_results = ans["jingdong_vc_item_props_find_responce"]["jos_result_dto"]["result"] jd_results = ans["jingdong_vc_item_props_find_responce"]["jos_result_dto"]["result"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment