tencent cloud

피드백

Successful Response

마지막 업데이트 시간:2020-09-01 15:42:18

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": "0",
    "message": ""
    <Returned result data>
}