Browse Source

订单状态查询

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

+ 3 - 0
config/api/order.php

@@ -11,7 +11,10 @@ Router::addGroup(
    Router::get('/index', [OrderController::class, 'index']);
 
    //订单状态对应
+
+
    Router::get('/getStauts', [OrderController::class, 'getStauts']);
+   
    //查询广告
    Router::post('/getAD', [OrderController::class, 'getAD']);
    //根据网站搜索广告