You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
335 B
21 lines
335 B
2 months ago
|
<?php
|
||
|
|
||
|
namespace app\api\controller;
|
||
|
|
||
|
use app\common\controller\Api;
|
||
|
use app\common\exception\UploadException;
|
||
|
use app\common\library\Upload;
|
||
|
use app\common\model\Area;
|
||
|
use app\common\model\Version;
|
||
|
|
||
|
use fast\Random;
|
||
|
use think\captcha\Captcha;
|
||
|
use think\Config;
|
||
|
use think\Hook;
|
||
|
/**
|
||
|
* 公共接口
|
||
|
*/
|
||
|
class Newtex extends Api
|
||
|
{
|
||
|
|
||
|
}
|