If an API call succeeds, the code field in the final returned result will be 0, the message field will be empty, and the returned result data will be displayed.Below is a sample:
code
message
{ "code": "0", "message": "" <Returned result data> }
Was this page helpful?