作者 sgj
1 个管道 的构建 通过 耗费 1 秒

添加最新版本的easywechat

... ... @@ -95,9 +95,8 @@ class AreaController extends RestBaseController
public function test(){
$appId=config('wechat_config.app_id');
$secret=config('wechat_config.secret');
$appId=config('wechat.app_id');
$secret=config('wechat.secret');
$config = [
'app_id' => $appId,
'secret' => $secret,
... ...