This commit is contained in:
wispx
2018-12-05 17:31:04 +08:00
parent 4cd50d4815
commit 4ecca1574c
7 changed files with 179 additions and 89 deletions
@@ -0,0 +1,14 @@
<?php
/**
* User: Wisp X
* Date: 2018-12-05
* Time: 16:33
* Link: https://github.com/wisp-x
*/
namespace app\index\controller\api;
class Upload extends Base
{
}