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

This commit is contained in:
刘祥超
2023-11-17 15:00:11 +08:00
parent c6e95eda15
commit 826bf7bf7d
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 {