Commit 66684316 by 冷斌

fix bug

parent 74027973
...@@ -43,8 +43,8 @@ $input->SetNotify_url('http://'.$_SERVER['HTTP_HOST'].'/wxpay/pay/notify_jsapi.p ...@@ -43,8 +43,8 @@ $input->SetNotify_url('http://'.$_SERVER['HTTP_HOST'].'/wxpay/pay/notify_jsapi.p
$input->SetTrade_type("JSAPI"); $input->SetTrade_type("JSAPI");
$input->SetOpenid($openId); $input->SetOpenid($openId);
$order = WxPayApi::unifiedOrder($input); $order = WxPayApi::unifiedOrder($input);
//echo '<font color="#f00"><b>统一下单支付单信息</b></font><br/>'; echo '<font color="#f00"><b>统一下单支付单信息</b></font><br/>';
//printf_info($order); printf_info($order);
$jsApiParameters = $tools->GetJsApiParameters($order); $jsApiParameters = $tools->GetJsApiParameters($order);
......
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