This commit is contained in:
wucongxing 2023-10-24 15:12:16 +08:00
parent f395e63b8e
commit 9c4136e917

View File

@ -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,