GET api/Sys/AuthCheck?code={code}

“AuthCheck”的文档。

Request Information

Parameters

NameDescriptionAdditional information
code
“code”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "data": "sample string 3"
}

application/xml, text/xml

Sample:
<AuthCheckModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SimplePromotion.Models">
  <code>1</code>
  <data>sample string 3</data>
  <msg>sample string 2</msg>
</AuthCheckModel>