方法列表
发送短信
admin
RPC
sendSMS (SendSMSRequest) returns (SendSMSResponse)
HTTP
POST /SMSSenderService/sendSMS
输入对象:SendSMSRequest:
{ // 手机号 string mobile; // 内容 string body; // 验证码 string code; // 渠道类型:webHook ... string type; // 参数 bytes paramsJSON; }
输出对象:SendSMSResponse:
{ // 是否成功 bool isOk; // 发送返回内容,只有失败时才会有数据 string result; }