12345678910111213 |
- <?php
- /**
- * Created by PhpStorm.
- * User: 中闽 < 1464674022@qq.com >
- * Date: 2019/12/5
- * Time: 17:44
- */
- //配置文件
- return [
- 'exception_handle' => 'app\api\exception\ExceptionHandler',// 异常处理handle类,默认使用 \think\exception\Handle
- 'JWT_KEY' => 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9',//jwt配置
- ];
|