WIN-2308041133\Administrator 3 månader sedan
förälder
incheckning
22569e885f
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 () {