Commit 33376815 by feixiang

通知增加storeId

parent fdc4879f
...@@ -50,6 +50,7 @@ interface NoticeInterface ...@@ -50,6 +50,7 @@ interface NoticeInterface
* 短信发送消息数据结构 * 短信发送消息数据结构
$data[NoticeEnum::TYPE_TENCENT_SMS] = [ $data[NoticeEnum::TYPE_TENCENT_SMS] = [
[ [
'storeId' => 198
"templateId" => "178822", //模板id "templateId" => "178822", //模板id
"phoneNumber" => "17558430002", "phoneNumber" => "17558430002",
"param" => [ //模板变量名 "param" => [ //模板变量名
......
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