编辑器上传问题bug

This commit is contained in:
2018-03-14 16:41:39 +08:00
parent 15d262b05d
commit 1cfc21dc1e
4 changed files with 370 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace app\api\controller;
class User extends \app\common\controller\Api{
public function login() {
return $this->data;
}
}