细节优化

This commit is contained in:
devil
2020-10-06 22:24:35 +08:00
parent ea445d3873
commit f7cc2803ea
33 changed files with 370 additions and 173 deletions

View File

@ -48,7 +48,7 @@ class Ueditor extends Common
*/
public function Index()
{
return json(UeditorService::Run(input()));
return json(UeditorService::Run($this->data_request));
}
}
?>