GET api/AccountV720/ReturnCode?phoneNumber={phoneNumber}&newspapergroupId={newspapergroupId}&stamp={stamp}&sign={sign}

获取手机短信验证码并验证手机号是否注册

Request Information

URI Parameters

NameDescriptionTypeAdditional information
phoneNumber

string

Required

newspapergroupId

租户Id

integer

Required

stamp

sign

string

Required

sign

sign

string

Required

Body Parameters

None.

Response Information

Resource Description

ZaiMieApp.WebApi.ViewModel.ResultMsg
NameDescriptionTypeAdditional information
success

boolean

None.

code

integer

None.

addcoin

赠送的金币

integer

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "code": 2,
  "addcoin": 3,
  "message": "sample string 4"
}

application/xml, text/xml

Sample:
<ResultMsg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel">
  <addcoin>3</addcoin>
  <code>2</code>
  <message>sample string 4</message>
  <success>true</success>
</ResultMsg>