GET api/Setting/GetUserBack?key={key}&page_size={page_size}&page_num={page_num}
获取账号列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key |
搜索字符串 |
string |
Required |
| page_size |
每页行数 |
integer |
Required |
| page_num |
页码数 从0开始 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
[{"id":"自增ID","username":"用户名","password":"密码","intime":"创建时间"}]
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.