GET SendBrandList?pageindex={pageindex}&pagesize={pagesize}&userid={userid}
“Get”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| pageindex | “pageindex”的文档。 |
Define this parameter in the request URI. |
| pagesize | “pagesize”的文档。 |
Define this parameter in the request URI. |
| userid | “userid”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Code": 1,
"Message": "sample string 2",
"Data": [
{
"value": "sample string 1",
"text": "sample string 2"
},
{
"value": "sample string 1",
"text": "sample string 2"
},
{
"value": "sample string 1",
"text": "sample string 2"
}
],
"Count": 3
}