POST api/WxSmallApp/BindPhone

微信小程序登录后绑定手机号

Request Information

URI Parameters

None.

Body Parameters

WxSmallBindPhone
NameDescriptionTypeAdditional information
phoneString

手机串

string

None.

wxSmallType

小程序类型

WxSmallType

None.

code

小程序code

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<WxSmallAppController.WxSmallBindPhone xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Presentation.Controllers.Api.WeChat">
  <code>sample string 2</code>
  <phoneString>sample string 1</phoneString>
  <wxSmallType>WxSmallTc</wxSmallType>
</WxSmallAppController.WxSmallBindPhone>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

微信小程序登录后绑定手机号

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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/" />