GET Api/AliFactory/GetToken?mallName={mallName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mallName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiBaseResponseOfAliFactoryMall| Name | Description | Type | Additional information |
|---|---|---|---|
| StateCode | StateCodeEnum |
None. |
|
| Message | string |
None. |
|
| Data | AliFactoryMall |
None. |
Response Formats
application/json, text/json
Sample:
{
"StateCode": 0,
"Message": "sample string 1",
"Data": {
"MallId": "sample string 1",
"MallName": "sample string 2",
"AccessToken": "sample string 3"
}
}