POST WxCard/DoSearchToken
“DoSearchToken”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | “model”的文档。 |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<AppInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model"> <appid>sample string 1</appid> <appsecret>sample string 2</appsecret> <sign>sample string 4</sign> <url>sample string 3</url> </AppInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.