POST api/Wechat/RegisterInfo
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
postEntity | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "comeFrom": "sample string 1", "sessionId": "sample string 2", "encryptedData": "sample string 3", "iv": "sample string 4", "brandCode": "sample string 5", "userCode": "sample string 6", "storeId": 7, "staffId": 8 }
application/xml, text/xml
Sample:
<WxRegisterReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INNO.Entity.WxReqEntity"> <brandCode>sample string 5</brandCode> <comeFrom>sample string 1</comeFrom> <encryptedData>sample string 3</encryptedData> <iv>sample string 4</iv> <sessionId>sample string 2</sessionId> <staffId>8</staffId> <storeId>7</storeId> <userCode>sample string 6</userCode> </WxRegisterReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "data": "sample string 1", "code": "sample string 2", "msg": "sample string 3" }
application/xml, text/xml
Sample:
<DataResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INNO.Entity"> <code>sample string 2</code> <msg>sample string 3</msg> <data>sample string 1</data> </DataResultOfstring>