Get product service list interface
Description of Requirement:
| Name | Required (Y/N) | Type | Description |
|---|---|---|---|
| uid | N | string | |
| sid | N | string | |
| time | N | string | Timestamp of sending request |
| sign | Y | string | Signature verification code |
Request method:POST. Parameters are passed in json format.
Return example:
{
"status":200,
"product_list":
{
"pid":"1",
"icon":"https://*******",
"original_price":"2.00",
"price":"1.99"
},
{
"pid":"2",
"icon":"https://*******",
"original_price":"3.00",
"price":"2.99"
}
}
Icon Size: 64*64px