diff --git a/extend/Wechat/Wechat.php b/extend/Wechat/Wechat.php index 5b46485..4889b8e 100644 --- a/extend/Wechat/Wechat.php +++ b/extend/Wechat/Wechat.php @@ -63,6 +63,7 @@ class Wechat $config = array( "app_id" => $appId, "secret" => $appSecret, + "use_stable_access_token" => true, "http" => [ 'throw' => false, // 状态码非 200、300 时是否抛出异常,默认为开启 'timeout' => 5.0,