Commit 5110f9ed authored by litaolemo's avatar litaolemo

update

parent 0a3d9223
......@@ -47,7 +47,7 @@ def post_data(data_dict:typing.Dict,rpc_type:str) -> typing.Dict:
invoker = create_default_invoker(debug=True).with_config(dump_curl=True)
res = invoker[rpc_type](**data_dict)
print(res)
# print(res.success)
print(res.unwrap())
print(res)
......
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 to comment