POST api/AdminUser/SendRegisterVerifyCode

发送后台用户登陆验证码

Request Information

URI Parameters

None.

Body Parameters

发送设置

SmsUserSendDto
NameDescriptionTypeAdditional information
PhoneNumber

手机号码

string

None.

CaptchaParam

智能验证与滑动验证时使用

AliCaptchaParamDto

None.

NvcCaptchaParam

无痕验证时使用

AliNvcCaptchaParamDto

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<SmsUserSendDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Sms">
  <CaptchaParam xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.CloudService.AliCloud.Captcha">
    <d2p1:AppKey>sample string 5</d2p1:AppKey>
    <d2p1:RemoteIp>sample string 6</d2p1:RemoteIp>
    <d2p1:Scene>sample string 4</d2p1:Scene>
    <d2p1:SessionId>sample string 1</d2p1:SessionId>
    <d2p1:Sig>sample string 2</d2p1:Sig>
    <d2p1:Token>sample string 3</d2p1:Token>
  </CaptchaParam>
  <NvcCaptchaParam xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.CloudService.AliCloud.Captcha">
    <d2p1:NVCValue>sample string 1</d2p1:NVCValue>
    <d2p1:Scores>
      <d2p1:AliNvcScoreDto>
        <d2p1:Judge>sample string 2</d2p1:Judge>
        <d2p1:Score>1</d2p1:Score>
      </d2p1:AliNvcScoreDto>
      <d2p1:AliNvcScoreDto>
        <d2p1:Judge>sample string 2</d2p1:Judge>
        <d2p1:Score>1</d2p1:Score>
      </d2p1:AliNvcScoreDto>
    </d2p1:Scores>
  </NvcCaptchaParam>
  <PhoneNumber>sample string 1</PhoneNumber>
</SmsUserSendDto>

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