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

@@ -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": "发送短信"
},
{