发送短信时加入验证码(code)参数

This commit is contained in:
GoEdgeLab
2023-11-17 15:00:11 +08:00
parent 8ce4b69a76
commit 0108399c87
3 changed files with 33 additions and 23 deletions

View File

@@ -13,8 +13,9 @@ service SMSSenderService {
message SendSMSRequest {
string mobile = 1; // 手机号
string body = 2; // 内容
string type = 3; // 渠道类型webHook ...
bytes paramsJSON = 4; // 参数
string code = 3; // 验证码
string type = 4; // 渠道类型webHook ...
bytes paramsJSON = 5; // 参数
}
message SendSMSResponse {