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 () {