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

+ 1 - 1
route/api.php

@@ -21,7 +21,7 @@ use think\facade\Route;
 
 Route::group('api/', function () {
     Route::any('test', 'api.Auth/test');
-    Route::get('autoSend', 'api.User/autoSend');
+    Route::get('auto_send', 'User/autoSend');
     //强制登录
     Route::group(function () {
         Route::get('pay/config', 'api.store.order.StoreOrder/payConfig');