feat(OrderController, StoreOrderController): 移除系统维护暂停交易提示,优化订单API
This commit is contained in:
parent
5e13b684a8
commit
362c348140
@ -121,8 +121,6 @@ class OrderController extends BaseApiController
|
||||
*/
|
||||
public function createOrder()
|
||||
{
|
||||
return $this->fail('系统维护中,暂停交易。维护时间2024年9月27日-28日');
|
||||
|
||||
$cartId = (array)$this->request->post('cart_id', []);
|
||||
$store_id =$this->request->post('store_id', 0);
|
||||
$pay_type = (int)$this->request->post('pay_type');
|
||||
|
@ -159,7 +159,6 @@ class StoreOrderController extends BaseAdminController
|
||||
*/
|
||||
public function createOrder()
|
||||
{
|
||||
return $this->fail('系统维护中,暂停交易。维护时间2024年9月27日-28日');
|
||||
$cartId = (array)$this->request->post('cart_id', []);
|
||||
$pay_type = (int)$this->request->post('pay_type');
|
||||
$addressId = (int)$this->request->post('address_id');
|
||||
|
Loading…
x
Reference in New Issue
Block a user