GET Api/Jd/GetMallToken?secretKey={secretKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| secretKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiBaseResponseOfClientMall| Name | Description | Type | Additional information |
|---|---|---|---|
| StateCode | StateCodeEnum |
None. |
|
| Message | string |
None. |
|
| Data | ClientMall |
None. |
Response Formats
application/json, text/json
Sample:
{
"StateCode": 0,
"Message": "sample string 1",
"Data": {
"MallId": "sample string 1",
"MallName": "sample string 2",
"AppToken": "sample string 3",
"AppRefToKen": "sample string 4",
"Cookie": "sample string 5",
"WebCookie": "sample string 6"
}
}