创建返回值
This commit is contained in:
parent
c6ce41b2ef
commit
1845833509
@ -211,7 +211,7 @@ class StoreOrderController extends BaseAdminController
|
|||||||
'store_id' => $this->request->adminInfo['store_id'],
|
'store_id' => $this->request->adminInfo['store_id'],
|
||||||
'staff_id' => $this->request->adminInfo['admin_id']
|
'staff_id' => $this->request->adminInfo['admin_id']
|
||||||
]);
|
]);
|
||||||
return $this->success('余额支付成功');
|
return $this->success('余额支付成功', ['id' => $order['id']]);
|
||||||
case PayEnum::PURCHASE_FUNDS:
|
case PayEnum::PURCHASE_FUNDS:
|
||||||
//采购款支付
|
//采购款支付
|
||||||
PayNotifyLogic::handle('purchase_funds', $order['order_id'], [
|
PayNotifyLogic::handle('purchase_funds', $order['order_id'], [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user