@@ -3,14 +3,8 @@ namespace app\inter\controller;
use think\Controller;
use think\Db;
-use think\Session;
use think\Log;
-use think\Request;
use think\Cache;
-use app\common\library\UUIDs;
-use app\common\library\Verify;
-use think\Validate;
-use app\common\library\send_message;
class License extends Controller
{