Commit 54068342 by feixiang

发送短信格式修改注释

parent 73977202
......@@ -46,15 +46,16 @@ interface NoticeInterface
*
* 短信发送消息数据结构
$data[NoticeEnum::TENCENT_SMS] = [
$data[NoticeEnum::TYPE_TENCENT_SMS] = [
[
"templateId" => "178822", //模板id
"phoneNumber" => "18812345678",
"param" => [ //模板变量名
"phoneNumber" => "17558430002",
"param" => [ //模板变量名
"1580",
"5"
]
];
]
];
*
* @param array $sendTypes
* @param array $data
......
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