|
...
|
...
|
@@ -197,6 +197,6 @@ class ATemplateController extends BaseController |
|
|
|
if (empty($referer) || false == in_array($referer, ['oa.cmer.com', 'quanqiusou.cn', 'zgjoa.globalso.com'])) {
|
|
|
|
$this->response('非法请求',Code::SYSTEM_ERROR, []);
|
|
|
|
}
|
|
|
|
$this->read($aTemplateLogic);
|
|
|
|
$aTemplateLogic->aTemplateRead();
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|