Commit e0c6654d by larosa

add ext attr

parent 2863fcc2
Showing with 2 additions and 1 deletions
...@@ -13,5 +13,5 @@ param = { ...@@ -13,5 +13,5 @@ param = {
} }
if __name__ == '__main__': if __name__ == '__main__':
ans = request_to_jd_vc(method_name, token, app_key, app_secret) ans = request_to_jd_vc(method_name, token, app_key, app_secret, param)
print(json.dumps(ans, ensure_ascii=False)) print(json.dumps(ans, ensure_ascii=False))
\ No newline at end of file
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