Commit 92ffbcb9 by 冷斌

fix bug

parent 299a4cf6
...@@ -95,7 +95,7 @@ class Api_Charge extends PhalApi_Api { ...@@ -95,7 +95,7 @@ class Api_Charge extends PhalApi_Api {
} }
require dirname(dirname(dirname(__DIR__))) . '/vendor/autoload.php'; require dirname(dirname(dirname(__DIR__))) . '/vendor/autoload.php';
var_dump(1); var_dump(1);
$wx = Yansongda\Pay\Pay::wechat([ $wx = \Yansongda\Pay\Pay::wechat([
'appid' => $configpri['wx_appid'], 'appid' => $configpri['wx_appid'],
'appSecret' => $configpri['wx_appsecret'], 'appSecret' => $configpri['wx_appsecret'],
'mch_id' => $configpri['wx_mchid'], 'mch_id' => $configpri['wx_mchid'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment