POST api/User/GetUserInfo
Request Information
URI Parameters
None.
Body Parameters
UserInfoRequst| Name | Description | Type | Additional information |
|---|---|---|---|
| rawData | string |
None. |
|
| signature | string |
None. |
|
| encryptedData | string |
None. |
|
| iv | string |
None. |
|
| sessionId | string |
None. |
|
| pCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"rawData": "sample string 1",
"signature": "sample string 2",
"encryptedData": "sample string 3",
"iv": "sample string 4",
"sessionId": "sample string 5",
"pCode": 6
}
application/xml, text/xml
Sample:
<UserInfoRequst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheGift.Api.Model.Requst"> <pCode xmlns="http://schemas.datacontract.org/2004/07/TheGift.Api.Model">6</pCode> <sessionId xmlns="http://schemas.datacontract.org/2004/07/TheGift.Api.Model">sample string 5</sessionId> <encryptedData>sample string 3</encryptedData> <iv>sample string 4</iv> <rawData>sample string 1</rawData> <signature>sample string 2</signature> </UserInfoRequst>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UserResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Info |
None. |
|
| statusCode | StatusCode |
None. |
|
| isSuccessful | boolean |
None. |
|
| message | string |
None. |
|
| returnUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Token": "sample string 1",
"Logo": "sample string 2",
"NickName": "sample string 3",
"CreateTime": "2025-12-06T12:27:59.0109063+08:00",
"Gender": "sample string 5",
"Phone": "sample string 6",
"GouDaCoin": 7.0,
"ReduceValue": 8.0,
"FullValue": 9.0,
"IsInternalPurchase": 10
},
"isSuccessful": true,
"statusCode": 0,
"message": "sample string 2",
"returnUrl": "sample string 3"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.