作者 何书鹏
1 个管道 的构建 通过 耗费 0 秒

1

... ... @@ -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']
... ...