소스 검색

会员升级

Kirin 1 년 전
부모
커밋
a064125ee6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      route/api.php

+ 1 - 0
route/api.php

@@ -51,6 +51,7 @@ Route::group('api', function () {
         //公共类
         //公共类
         Route::get('index', 'v1.PublicController/index')->name('index');//首页
         Route::get('index', 'v1.PublicController/index')->name('index');//首页
         Route::any('test', 'v1.PublicController/test')->name('test');//测试
         Route::any('test', 'v1.PublicController/test')->name('test');//测试
+        Route::any('version', 'v1.PublicController/version')->name('version');//测试
         Route::any('withdraw/notify', 'v1.WithdrawController/notify')->name('withdrawNotify');//测试
         Route::any('withdraw/notify', 'v1.WithdrawController/notify')->name('withdrawNotify');//测试
         Route::get('menu/user', 'v1.PublicController/menu_user')->name('menuUser');//个人中心菜单
         Route::get('menu/user', 'v1.PublicController/menu_user')->name('menuUser');//个人中心菜单