POST api/User/UnBindWx

微信解绑

请求参数信息

URI 参数

None.

Body 参数

Object

None.

Request Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Object'.

接口返回信息

返回信息说明

JMResponseOfString
NameDescriptionTypeAdditional information
code

string

None.

msg

string

None.

data

string

None.

返回数据格式

application/json, text/json

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

application/xml, text/xml

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