Commit 2680b120 by feixiang

消息通知传参说明修改

parent 45c7942b
...@@ -23,12 +23,11 @@ interface NoticeInterface ...@@ -23,12 +23,11 @@ interface NoticeInterface
* 参数说明 * 参数说明
* *
* 微信发送消息数据结构 * 微信发送消息数据结构
* $data[NoticeEnum::MINI_BACKEND_SEND] = [ * $data[NoticeEnum::TYPE_MINI_BACKEND_SEND] = [
"touser" => $openId, "uid" => 1, //用户的id
"template_id" => "1kZ_RkkWfRrpufXNdmJYBpIhgk7ccCtPrypeJQ9WRwM", "template_id" => "1kZ_RkkWfRrpufXNdmJYBpIhgk7ccCtPrypeJQ9WRwM",//消息模板id
"page" => "index", "page" => "index", //消息模板页面
"form_id" => $formId, "data" => [ //消息模板数据
"data" => [
"keyword1" => [ "keyword1" => [
"value" => "商品名称", "value" => "商品名称",
], ],
......
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