WIN-2308041133\Administrator преди 3 месеца
родител
ревизия
22569e885f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 () {