Commit 54068342 by feixiang

发送短信格式修改注释

parent 73977202
...@@ -46,14 +46,15 @@ interface NoticeInterface ...@@ -46,14 +46,15 @@ interface NoticeInterface
* *
* 短信发送消息数据结构 * 短信发送消息数据结构
$data[NoticeEnum::TENCENT_SMS] = [ $data[NoticeEnum::TYPE_TENCENT_SMS] = [
[
"templateId" => "178822", //模板id "templateId" => "178822", //模板id
"phoneNumber" => "18812345678", "phoneNumber" => "17558430002",
"param" => [ //模板变量名 "param" => [ //模板变量名
"1580", "1580",
"5" "5"
] ]
]
]; ];
* *
* @param array $sendTypes * @param array $sendTypes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment