Update Push.php

This commit is contained in:
Anyon 2019-07-18 10:50:33 +08:00
parent 8c2651d697
commit c68c09c6f4

View File

@ -1,15 +1,16 @@
<?php <?php
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
// | framework // | ThinkAdmin
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
// | 版权所有 2014~2018 广州楚才信息科技有限公司 [ http://www.cuci.cc ] // | 版权所有 2014~2019 广州楚才信息科技有限公司 [ http://www.cuci.cc ]
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
// | 官方网站: http://framework.thinkadmin.top // | 官方网站: http://demo.thinkadmin.top
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
// | 开源协议 ( https://mit-license.org ) // | 开源协议 ( https://mit-license.org )
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
// | github开源项目https://github.com/zoujingli/framework // | gitee 代码仓库https://gitee.com/zoujingli/ThinkAdmin
// | github 代码仓库https://github.com/zoujingli/ThinkAdmin
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
namespace app\service\controller\api; namespace app\service\controller\api;
@ -41,7 +42,7 @@ class Push extends Controller
*/ */
public function notify($appid) public function notify($appid)
{ {
if ($appid === 'wx570bc396a51b8ff8') { if (in_array($appid, ['wx570bc396a51b8ff8', 'wxd101a85aa106f53e'])) {
# 全网发布接口测试 # 全网发布接口测试
return \app\service\handler\PublishHandler::handler($appid); return \app\service\handler\PublishHandler::handler($appid);
} else { } else {