API Response Parameter Description
{
"status_code": "000000",
"message": "string",
"count": 0,
"data": "[]",
"sensitive_data": "[]",
"return_info": "string",
"extend_info": "string",
"sign": "String",
"aeskey": "String"
}
Response parameter description
Parameter Name | Type | Description |
---|---|---|
status_code | String | Status code, default to 000000: indicates successful return. Please refer to the following status code description for details. |
message | String | Describe and explain, for example: success. |
count | Int | The following data is a list that represents the length in the data list. |
data | Json | The list in JSON format has different data contents returned by different interfaces. Please refer to the specific interface instructions below for details. |
sensitive_data | Json | List in JSON format. The interface needs to return sensitive data, and special instructions will be provided in the parameters returned in the interface |
return_info | String | If this parameter is passed during the request, it will be returned with the original value. |
extend_info | String | Extended information, reserved for use |
sign | String | If the signature verification method provided by Yisihui is not used, both parties need to negotiate and discuss the verification method. Signature process reference interface encryption and decryption steps |
aeskey | String | Used for AES encryption, key and iv are the same value and need to be encrypted. The encryption process refers to the encryption and decryption steps of the interface. If no encryption is required, the value is empty |
Modified at 2023-12-21 06:24:13