wechat.php 122 Bytes
<?php

return [
    'mini_appid'  => env('WECHAT_MINI_APPID', ''),
    'mini_secret' => env('WECHAT_MINI_SECRET', ''),
];