GET api/Values?key={key}

根据用户Key返回实时数据

Request Information

Parameters

NameDescriptionAdditional information
key
用户Key

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
"sample string"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>