Commit bb4d4527 by feixiang

客服消息通知接口

parent 429f7b80
...@@ -17,6 +17,7 @@ use Swoft\Core\ResultInterface; ...@@ -17,6 +17,7 @@ use Swoft\Core\ResultInterface;
* *
* @method ResultInterface deferSend(int $storeId, array $sendTypes, array $data, $sendTime, string $redisKey) :bool * @method ResultInterface deferSend(int $storeId, array $sendTypes, array $data, $sendTime, string $redisKey) :bool
* @method ResultInterface deferCancelSend(string $redisKey):bool * @method ResultInterface deferCancelSend(string $redisKey):bool
* @method ResultInterface deferCostumerSend(string $openId);
*/ */
interface NoticeInterface interface NoticeInterface
{ {
...@@ -89,6 +90,15 @@ interface NoticeInterface ...@@ -89,6 +90,15 @@ interface NoticeInterface
/** /**
* 公众号客服消息
*
* @param string $openId
* @return void
*/
public function costumerSend(string $openId);
/**
* 取消定时消息发送 * 取消定时消息发送
* *
* @param string $redisKey * @param string $redisKey
......
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