Commit cef999f0 by 冷斌

fix bug

parent ed93d6bc
...@@ -186,7 +186,8 @@ class Api_Charge extends PhalApi_Api { ...@@ -186,7 +186,8 @@ class Api_Charge extends PhalApi_Api {
'notify_url' => 'http://www.seals-live.com/index.php?g=Appapi&m=pay&a=notify_wx', 'notify_url' => 'http://www.seals-live.com/index.php?g=Appapi&m=pay&a=notify_wx',
] ]
]; ];
ini_set("display_errors", On);
ini_set("error_reporting", E_ALL);
$wx = new \Yansongda\Pay\Pay($wx_config); $wx = new \Yansongda\Pay\Pay($wx_config);
$data = $wx->app([ $data = $wx->app([
'out_trade_no' => $orderid, 'out_trade_no' => $orderid,
......
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