Merge branch 'dev' of https://gitea.lihaink.cn/mkm/multi-store into dev
This commit is contained in:
commit
c89cb282e2
@ -211,7 +211,7 @@ class StoreOrderController extends BaseAdminController
|
||||
'store_id' => $this->request->adminInfo['store_id'],
|
||||
'staff_id' => $this->request->adminInfo['admin_id']
|
||||
]);
|
||||
return $this->success('余额支付成功');
|
||||
return $this->success('余额支付成功', ['id' => $order['id']]);
|
||||
case PayEnum::PURCHASE_FUNDS:
|
||||
//采购款支付
|
||||
PayNotifyLogic::handle('purchase_funds', $order['order_id'], [
|
||||
|
Loading…
x
Reference in New Issue
Block a user