GET api/toubaomini/members?openId={openId}&kw={kw}&areaId={areaId}&comID={comID}&page={page}&pagesize={pagesize}&clientTp={clientTp}&Tp={Tp}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| openId | string |
Required |
|
| kw | string |
Required |
|
| areaId | integer |
Default value is 0 |
|
| comID | integer |
Default value is 0 |
|
| page | integer |
Default value is 1 |
|
| pagesize | integer |
Default value is 10 |
|
| clientTp | integer |
Default value is 3 |
|
| Tp | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
ApiResData| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": {}
}