搜索找到 1 个匹配

awdesq
2017年 8月 28日 22:35
版面: 反馈及建议
主题: 永久链接写入过程出错
回复总数: 0
阅读次数: 2699

永久链接写入过程出错

/** * 异步请求入口 * * @access public * @return void */ public function action() { //设置模拟静态连接的ajax请求会从这里返回,不会调用remoteCallback // if (!$this->request->isAjax()) { // $this->response->goBack(); // } $this->on($this->request->is('do=remoteCallback'))->remoteCallback(); $this->on($this->request->is('do=feed'...