POST dz_api/UrlGen/HasBindWithUser?userSn={userSn}

使用用户编码查看是否绑定

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userSn

integer

Required

Body Parameters

None.

Response Information

Resource Description

使用用户编码查看是否绑定

HasBindResultModel
NameDescriptionTypeAdditional information
HasBind

boolean

None.

Phone

string

None.

Response Formats

application/json, text/json

Sample:
{
  "HasBind": true,
  "Phone": "sample string 2"
}

application/xml, text/xml

Sample:
<HasBindResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.WxUrl.Models">
  <HasBind>true</HasBind>
  <Phone>sample string 2</Phone>
</HasBindResultModel>