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推送事件处理
|
* 微信API推送事件处理
|
||||||
* @param string $appid
|
* @param string $appid
|
||||||
* @return string
|
* @return string
|
||||||
* @throws \think\Exception
|
|
||||||
* @throws \WeChat\Exceptions\InvalidDecryptException
|
* @throws \WeChat\Exceptions\InvalidDecryptException
|
||||||
|
* @throws \WeChat\Exceptions\InvalidResponseException
|
||||||
|
* @throws \WeChat\Exceptions\LocalCacheException
|
||||||
|
* @throws \think\Exception
|
||||||
* @throws \think\db\exception\DataNotFoundException
|
* @throws \think\db\exception\DataNotFoundException
|
||||||
* @throws \think\db\exception\ModelNotFoundException
|
* @throws \think\db\exception\ModelNotFoundException
|
||||||
* @throws \think\exception\DbException
|
* @throws \think\exception\DbException
|
||||||
* @throws \think\exception\PDOException
|
|
||||||
*/
|
*/
|
||||||
public function notify($appid)
|
public function notify($appid)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user