POST api/Order/BindmPhone

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
para
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "uid": 1,
  "mobilePhone": "sample string 2",
  "verifyCode": "sample string 3",
  "sign": "sample string 4"
}

application/xml, text/xml

Sample:
<getMobileCodeParamter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Game.Api.Controllers">
  <mobilePhone>sample string 2</mobilePhone>
  <sign>sample string 4</sign>
  <uid>1</uid>
  <verifyCode>sample string 3</verifyCode>
</getMobileCodeParamter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "rStatus": 1,
  "msg": "sample string 2"
}

application/xml, text/xml

Sample:
<retCommon xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Game.Api.Controllers">
  <msg>sample string 2</msg>
  <rStatus>1</rStatus>
</retCommon>