WIN-2308041133\Administrator 3 mesi fa
parent
commit
2b4adf2438
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      route/api.php

+ 1 - 1
route/api.php

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