POST api/hwxcSms/send

海王星辰发送短信(线上线下)

请求的信息

URI参数

None.

Body参数

sendSmsCondition
名称描述类型其它信息
mobile

手机号

string

None.

content

发送短信内容

string

None.

请求格式

application/json, text/json

Sample:
{
  "mobile": "sample string 1",
  "content": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

响应信息

资源描述

CustomJsonResultOfJsonResult
名称描述类型其它信息
Content

JsonResult

None.

响应格式

application/json, text/json

Sample:
{
  "content": {
    "$id": "2",
    "code": 1,
    "msg": "sample string 2",
    "data": "sample string 3"
  }
}