Get a list of service orders purchased by users
Interface call request specification
New interface recommended “Get User Service Validity”
Request Parameter Sample
Return Package Example
Request Parameter Dxplaination
nothing
Return parameter specification
parameter | type | Introductions |
Errcode | number | Error code |
errmsg | string | Error message |
service_order_list[].service_order_id | number | Service Order ID |
service_order_list[].service_id | number | Service ID |
service_order_list[].service_name | string | Name of service |
service_order_list[].craete_time | string | Time of creation |
service_order_list[].expire_time | string | Expiration Time |
service_order_list[].service_type | number | Type of service |
service_order_list[].specification_id | string | Specifications English name |
service_order_list[].total_price | number | Total Order Price |
service_order_list[].status | number | Order Status |
Enumerate - service _type
Enumeration value | describe |
2 | product |
3 | order |
Enumerate - status
Enumeration value | describe |
1 | In force |
2 | Expired |
3 | Deactivated |
4 | Unpaid |
Return code
Return code | Type of error |
-1 | System exception |
-2 | Token is too long |