* Date: 2019/6/23 * Time: 11:24 AM */ use think\facade\Env; return [ 'key' => Env::get('wechat.key'), 'secret' => Env::get('wechat.secret'), ];