GET api/getLoginUser
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResultOft_user| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | t_user |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 2",
"Data": {
"_id": 1,
"_username": "sample string 3",
"_password": "sample string 4",
"_rid": 1,
"_creattime": "2026-01-11T08:57:08.4827017+08:00",
"_token": "sample string 5",
"_stat": 1,
"_cid": "sample string 6",
"_realname": "sample string 7",
"_usertel": "sample string 8",
"_usertoken": "sample string 9",
"_rolename": "sample string 2"
}
}
application/xml, text/xml
Sample:
<ApiResultOft_usercPwBY3H0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />