Commit ad4b3c5f by 冷斌

fix bug

parent 60709ff7
...@@ -101,7 +101,7 @@ class Api_Charge extends PhalApi_Api { ...@@ -101,7 +101,7 @@ class Api_Charge extends PhalApi_Api {
'key' => $configpri['wx_key'], 'key' => $configpri['wx_key'],
'notify_url' => $configpub['site'].'/index.php?g=Appapi&m=pay&a=notify_wx', 'notify_url' => $configpub['site'].'/index.php?g=Appapi&m=pay&a=notify_wx',
]; ];
var_dump($wx_config); // var_dump($wx_config);
try{ try{
$wx = \Yansongda\Pay\Pay::wechat($wx_config); $wx = \Yansongda\Pay\Pay::wechat($wx_config);
var_dump($wx); var_dump($wx);
......
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