1
This commit is contained in:
parent
f395e63b8e
commit
9c4136e917
@ -63,6 +63,7 @@ class Wechat
|
|||||||
$config = array(
|
$config = array(
|
||||||
"app_id" => $appId,
|
"app_id" => $appId,
|
||||||
"secret" => $appSecret,
|
"secret" => $appSecret,
|
||||||
|
"use_stable_access_token" => true,
|
||||||
"http" => [
|
"http" => [
|
||||||
'throw' => false, // 状态码非 200、300 时是否抛出异常,默认为开启
|
'throw' => false, // 状态码非 200、300 时是否抛出异常,默认为开启
|
||||||
'timeout' => 5.0,
|
'timeout' => 5.0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user