提交 9e06783a 编写于 作者: 雪洛's avatar 雪洛

docs: 更新uniCloud发送短信示例

上级 bd80ebf3
......@@ -122,6 +122,8 @@ exports.main = async (event, context) => {
try {
const res = await uniCloud.sendSms({
appid: '__UNI__xxxxxxx',
smsKey: '****************', // `HBuilderX 3.91`及之后的版本可不填此参数
smsSecret: '****************', // `HBuilderX 3.91`及之后的版本可不填此参数
phone: '188********',
templateId: '100**', // 请替换为自己申请的模板id
data: {
......@@ -149,6 +151,8 @@ exports.main = async (event, context) => {
try {
const res = await uniCloud.sendSms({
appid: '__UNI__xxxxxxx',
smsKey: '****************', // `HBuilderX 3.91`及之后的版本可不填此参数
smsSecret: '****************', // `HBuilderX 3.91`及之后的版本可不填此参数
phoneList: ['188********', '138********'],
templateId: '100**', // 请替换为自己申请的模板id
data: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册