mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Push.php
This commit is contained in:
parent
1b671849a6
commit
9954e9da8a
@ -33,12 +33,13 @@ class Push extends Controller
|
||||
* 微信API推送事件处理
|
||||
* @param string $appid
|
||||
* @return string
|
||||
* @throws \think\Exception
|
||||
* @throws \WeChat\Exceptions\InvalidDecryptException
|
||||
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||
* @throws \WeChat\Exceptions\LocalCacheException
|
||||
* @throws \think\Exception
|
||||
* @throws \think\db\exception\DataNotFoundException
|
||||
* @throws \think\db\exception\ModelNotFoundException
|
||||
* @throws \think\exception\DbException
|
||||
* @throws \think\exception\PDOException
|
||||
*/
|
||||
public function notify($appid)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user