POST api/SJCode/IsBinding

判断是否绑定微信ID

Request Information

URI Parameters

None.

Body Parameters

WXID名称

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'.

Response Information

Resource Description

01:绑定且有权限 02:没有绑定信息 03:绑定但没有权限信息 09:执行错误出现异常信息

ResponseBase
NameDescriptionTypeAdditional information
State

string

None.

Msg

string

None.

MsgCode

string

None.

DataValue

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "State": "sample string 1",
  "Msg": "sample string 2",
  "MsgCode": "sample string 3",
  "DataValue": {}
}

application/xml, text/xml

Sample:
<ResponseBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JWS.Logic.SqlSugar.View.SJCode">
  <DataValue />
  <Msg>sample string 2</Msg>
  <MsgCode>sample string 3</MsgCode>
  <State>sample string 1</State>
</ResponseBase>