Browse Source

Merge branch '20241029_fl_order' into dev

15313670163 4 tháng trước cách đây
mục cha
commit
f03ee84259
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config/api/order.php

+ 1 - 1
config/api/order.php

@@ -16,7 +16,7 @@ Router::addGroup(
         Router::post('/getWebsiteAd', [OrderController::class, 'getWebsiteAd']);
         
         //获取订单金额
-        Router::get('/getPrice', [OrderController::class, 'getPrice']);
+        Router::post('/getPrice', [OrderController::class, 'getPrice']);
         
         //添加订单
         Router::post('/addAD', [OrderController::class, 'addAD']);