GET api/Wechat/CheckSession?brandCode={brandCode}&sessionId={sessionId}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
brandCode | No documentation available. |
Define this parameter in the request URI. |
sessionId | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "code": "sample string 1", "msg": "sample string 2" }
application/xml, text/xml
Sample:
<DataResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INNO.Entity"> <code>sample string 1</code> <msg>sample string 2</msg> </DataResult>