GET {version}/Account/GetAppKeyH5

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

None.

Response Information

Resource Description

ApiResultOfGetAppKeyDto
NameDescriptionTypeAdditional information
Code

string

None.

Message

string

None.

Data

GetAppKeyDto

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Message": "sample string 2",
  "Data": {
    "appkey": "sample string 1",
    "sen": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<ApiResultOfGetAppKeyDtoby5zoTLD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TinyFx.Web.Results">
  <Code>sample string 1</Code>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Eshikao.WebAPI.Controllers.Aliyun">
    <d2p1:appkey>sample string 1</d2p1:appkey>
    <d2p1:sen>sample string 2</d2p1:sen>
  </Data>
  <Message>sample string 2</Message>
</ApiResultOfGetAppKeyDtoby5zoTLD>