发送短信时加入验证码(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

@@ -21319,7 +21319,7 @@
},
{
"name": "SendSMSRequest",
"code": "message SendSMSRequest {\n\tstring mobile = 1; // 手机号\n\tstring body = 2; // 内容\n\tstring type = 3; // 渠道类型webHook ...\n\tbytes paramsJSON = 4; // 参数\n}",
"code": "message SendSMSRequest {\n\tstring mobile = 1; // 手机号\n\tstring body = 2; // 内容\n\tstring code = 3; // 验证码\n\tstring type = 4; // 渠道类型webHook ...\n\tbytes paramsJSON = 5; // 参数\n}",
"doc": "发送短信"
},
{