We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CODING API 正确时返回:
{ "Response" : { "foo" : { "key1" : "value1", "key2" : "value2", ... } }, "RequestId": "foo-bar" }
错误时返回:
{ "Response" : { "Error" : { "Code" : "foo", "Message" : "bar" } }, "RequestId": "foo-bar" }
需要封装成异常,做成核心请求方法
The text was updated successfully, but these errors were encountered:
feat: #1 core auth and error
3b0d078
f1e9cb7
bb900e8
sinkcup
No branches or pull requests
CODING API 正确时返回:
错误时返回:
需要封装成异常,做成核心请求方法
The text was updated successfully, but these errors were encountered: