Browse Source

控制器

master
suiyi-effer 1 year ago
parent
commit
898a2efbe1
1 changed files with 17 additions and 0 deletions
  1. 17
    0
      app/controller/api/AuthController.php

+ 17
- 0
app/controller/api/AuthController.php View File

@@ -0,0 +1,17 @@
<?php

namespace app\controller\api;

use crmeb\basic\BaseController;

/**
* 基类 所有控制器继承的类
* Class AuthController
* @package app\controller\admin
* @method success($msg = 'ok', array $data = [])
* @method fail($msg = 'error', array $data = [])
*/
class AuthController extends BaseController
{

}

Loading…
Cancel
Save