GET api/AccessToken?AppKey={AppKey}&AppSecret={AppSecret}
获取AccessToken
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
AppKey |
账号 |
string |
Required |
AppSecret |
密码 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
FResponsesOfStringName | Description | Type | Additional information |
---|---|---|---|
Flag | string |
None. |
|
Message | string |
None. |
|
data | string |
None. |
Response Formats
application/json, text/json
示例:
{ "flag": "sample string 1", "message": "sample string 2", "data": "sample string 3" }
application/xml, text/xml
示例:
<FResponsesOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models"> <Flag>sample string 1</Flag> <Message>sample string 2</Message> <data>sample string 3</data> </FResponsesOfstring>