You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2019. It is now read-only.
$app = Wechat::app();
$payment = $app->payment;(这一步报错)
报的错是:array_merge(): Argument #2 is not an array
我把app()静态方法里面的 !isset(self::$app)这里注释掉再试就可以了