POST api/SMS/SendSMS_AddUser
发送短信验证码,验证手机号(通过手机短信添加网关用户使用)
Request Information
URI Parameters
None.
Body Parameters
SendSMS_AddUserReq| Name | Description | Type | Additional information |
|---|---|---|---|
| Phone |
手机号 |
string |
None. |
| GatewayID |
网关ID |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Phone": "sample string 1",
"GatewayID": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Error | string |
None. |
|
| Result | string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 1,
"Error": "sample string 2",
"Result": "sample string 3",
"Success": true
}