正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -197,6 +197,6 @@ class ATemplateController extends BaseController | @@ -197,6 +197,6 @@ class ATemplateController extends BaseController | ||
| 197 | if (empty($referer) || false == in_array($referer, ['oa.cmer.com', 'quanqiusou.cn', 'zgjoa.globalso.com'])) { | 197 | if (empty($referer) || false == in_array($referer, ['oa.cmer.com', 'quanqiusou.cn', 'zgjoa.globalso.com'])) { |
| 198 | $this->response('非法请求',Code::SYSTEM_ERROR, []); | 198 | $this->response('非法请求',Code::SYSTEM_ERROR, []); |
| 199 | } | 199 | } |
| 200 | - $this->read($aTemplateLogic); | 200 | + $aTemplateLogic->aTemplateRead(); |
| 201 | } | 201 | } |
| 202 | } | 202 | } |
-
请 注册 或 登录 后发表评论