IsLogin(); } /** * 运行入口 * @author Devil * @blog http://gong.gg/ * @version 1.0.0 * @date 2019-08-06 * @desc description */ public function Index() { $ret = UeditorService::Run($this->data_request); if($ret['code'] == 0 && !empty($ret['data']['url'])) { $ret['data']['url'] = ResourcesService::AttachmentPathViewHandle(ResourcesService::AttachmentPathHandle($ret['data']['url'])); } return $ret; } } ?>