GET api/friend/search?key={key}&pageIndex={pageIndex}&pageSize={pageSize}&userId={userId}
搜索会员
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| pageIndex | integer |
Default value is 1 |
|
| pageSize | integer |
Default value is 10 |
|
| userId | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.