Merge branch 'dev' of https://gitea.lihaink.cn/mkm/shop-new into dev
This commit is contained in:
commit
f9caf19c5e
@ -258,6 +258,9 @@ class StoreOrder extends BaseController
|
||||
$this->repository->paySuccess($groupOrder);
|
||||
return app('json')->status('success', '支付成功', ['order_id' => $groupOrder['group_order_id']]);
|
||||
}
|
||||
if ($type == Enum::public_string) { //如果是对公转账
|
||||
return app('json')->status('public', '下单成功', ['order_id' => $groupOrder->group_order_id]);
|
||||
}
|
||||
|
||||
try {
|
||||
$this->repository->transPwd = $this->request->post('withdrawal_pwd');
|
||||
|
Loading…
x
Reference in New Issue
Block a user