Account Information Inquiry
Query Resource Package List and Remaining Quantity under the Account
Protocol
Request URL
Request Method
Request Format
Response Format
Request Header
Field
Value
Description
Query Parameters
Field
Type
Required Field
Default
Description
Request Body
Response Body
12345678910111213141516171819202122{
"code": 0, //Error codes;Specific definitions can be found in Error codes
"message": "string", //Error information
"request_id": "string", //Request ID, generated by the system, is used to track requests and troubleshoot problems
"data":{
"code": 0, //Error codes;Specific definitions can be found in Error codes
"msg": "string", //Error information
"resource_pack_subscribe_infos": [ //Resource package list
{
"resource_pack_name": "Video Generation - 10,000 entries", //Resource package name
"resource_pack_id": "509f3fd3d4ab4a3f9eec5db27aa44f27", //Resource package ID
"resource_pack_type": "decreasing_total", //Resource package name,Enum values,"decreasing_toal" = decreasing total,"constant_period" = constant periodicity
"total_quantity": 200.0, //Total quantity
"remaining_quantity": 118.0, //Remaining quantity (please note that the remaining quantity is updated with a 12-hour delay)
"purchase_time": 1726124664368, //Purchase time, Unix timestamp in ms
"effective_time": 1726124664368, //Effective time, Unix timestamp in ms
"invalid_time": 1727366400000, //Expiration time,Unix timestamp in ms
"status": "expired" //Resource Package Status,Enum values,"toBeOnline" = Pending effectiveness,"online" = In effect,"expired" = Expired,"runOut" = Used up
}
]
}
}Last updated