<?php /* * @Author: wang jun * @Date: 2022-01-18 10:57:14 * @Last Modified by: wang jun * @Last Modified time: 2022-01-19 10:38:56 * 微信类 */ namespace app\common\controller; use think\Controller; class BaseController extends Controller { }