GET api/Setting/GetUserDetail/{id}
获取账号详细
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
数据id |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
{"id":"自增ID","username":"用户名","password":"密码","intime":"创建时间","headpic":string}
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.