...
|
...
|
@@ -303,7 +303,7 @@ class Wechat extends Api |
|
|
$order_info = Db::name('verification_order')->where($o_w)->find();
|
|
|
$total_fee = $order_info['price'] * 100;
|
|
|
//测试支付
|
|
|
$total_fee = mt_rand(1,50);//测试支付1分钱
|
|
|
$total_fee = mt_rand(1,10);//测试支付1分钱
|
|
|
//测试结束
|
|
|
$app = WehcatModule::getInstance()->initWechatPay();
|
|
|
$result = $app->order->unify([
|
...
|
...
|
|