WIN-2308041133\Administrator 3 tháng trước cách đây
mục cha
commit
22569e885f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      route/api.php

+ 1 - 1
route/api.php

@@ -53,7 +53,7 @@ Route::group('api/', function () {
             Route::post('receive/:id', 'api.store.product.StoreCoupon/receiveCoupon');
         });
         Route::any('test2', 'api.Auth/test2');
-        Route::any('test3', 'api.Auth/test3');
+        Route::post('test3', 'api.Auth/test3');
 
         //订单
         Route::group('order', function () {