...
|
...
|
@@ -74,7 +74,7 @@ class Order extends Api |
|
|
}
|
|
|
// 测试支付
|
|
|
// (new \app\index\controller\Notify)->notifyTest(['out_trade_no'=>$this->model['order_sn'],'transaction_id'=>'test']);
|
|
|
$payment = [];
|
|
|
// $payment = [];
|
|
|
$this->success('成功',[
|
|
|
'payment' => $payment,
|
|
|
'order_id' => $this->model['id']
|
...
|
...
|
|