POST api/System/SendVerifyCodeRequest
发送注册短信验证码
Request Information
URI Parameters
None.
Body Parameters
SendVerifyCodeRequestName | Description | Type | Additional information |
---|---|---|---|
Mobile | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "mobile": "sample string 1" }
Response Information
Resource Description
发送注册短信验证码
WebResultResponseName | Description | Type | Additional information |
---|---|---|---|
Result |
返回结果 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "result": true }