...
|
...
|
@@ -148,7 +148,7 @@ class Order extends Api |
|
|
// if(!$payment = $Wechat->wxPay($model['order_no'], $this->user['openid'], $order['order_price']);){
|
|
|
// $this->error($Wechat->getError());
|
|
|
// }
|
|
|
$this->notifyTest($model['order_no']);
|
|
|
(new Cart)->notifyTest($order['order_no']);
|
|
|
$this->success(__('订单支付成功'),[
|
|
|
'payment' => '成功',
|
|
|
'order_id' => $model['id']
|
...
|
...
|
|