|
|
@@ -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');
|