POST api/InvitedUsers/SendSmsMsg
发送短信消息 1.验证码发送 2.修改密码验证码 3.用户充值提现 4.骑行超时提醒 5.骑行结束提醒 6.提现提醒 7:用户信息变更
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| SmsPara | 动态参数 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"SmsType": "sample string 2",
"VerifyCode": "sample string 3",
"SmsSendUser": "sample string 4",
"SmsContent": "sample string 5",
"SmsSendTime": "2026-03-25T19:11:40.0957891+08:00",
"SmsFlag": 1,
"Remark": "sample string 6",
"Money": "sample string 7",
"Ridingtime": "sample string 8",
"UserAppId": "sample string 9"
}
application/xml, text/xml
Sample:
<App_SmsMsg1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Anda.Entity"> <Money>sample string 7</Money> <Remark>sample string 6</Remark> <Ridingtime>sample string 8</Ridingtime> <SmsContent>sample string 5</SmsContent> <SmsFlag>1</SmsFlag> <SmsSendTime>2026-03-25T19:11:40.0957891+08:00</SmsSendTime> <SmsSendUser>sample string 4</SmsSendUser> <SmsType>sample string 2</SmsType> <UserAppId>sample string 9</UserAppId> <VerifyCode>sample string 3</VerifyCode> <id>sample string 1</id> </App_SmsMsg1>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{
"Success": true,
"Code": "sample string 2",
"Message": "sample string 3",
"Data": null
}
application/xml, text/xml
Sample:
<JsonMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Anda.Utilities"> <Code>sample string 2</Code> <Data i:nil="true" /> <Message>sample string 3</Message> <Success>true</Success> </JsonMessage>