Commit 2c052ee5 by feixiang

字段说明添加

parent fc19efe7
......@@ -25,6 +25,7 @@ interface NoticeInterface
* 微信发送消息数据结构
* $data[NoticeEnum::TYPE_MINI_BACKEND_SEND] = [
"uid" => 1, //用户的id
* "storeId" => 1, //店铺id
"template_id" => "1kZ_RkkWfRrpufXNdmJYBpIhgk7ccCtPrypeJQ9WRwM",//消息模板id
"page" => "index", //消息模板页面
"data" => [ //消息模板数据
......@@ -57,11 +58,10 @@ interface NoticeInterface
]
];
*
* @param int $storeId
* @param array $sendTypes
* @param array $data
* @param int $sendTime //发送时间,立即返送填0
* @return mixed
*/
public function send(int $storeId, array $sendTypes, array $data, int $sendTime) :bool;
public function send(array $sendTypes, array $data, int $sendTime) :bool;
}
\ No newline at end of file
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