zxhxx 3 years ago
parent
commit
76c8f101c4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      application/route.php

+ 2 - 0
application/route.php

@@ -14,6 +14,7 @@ use think\Route;
 Route::group('api', function () {
     Route::get('index', 'api/Index/index');
     Route::get('geocoder', 'api/Index/geocoder');
+    Route::get('MiniLink', 'api/Index/getMiniLink');
     Route::any('Wechat/serve','api/Wechat/serve');
     Route::any('wechat/notify/:cid','api/Wechat/notify');
     Route::any('routine/notify/:cid','api/routine/notify');
@@ -36,6 +37,7 @@ Route::group('api', function () {
     Route::group('index', function () {
         Route::get('company', 'api/Index/company');
         Route::get('wxconfig', 'api/Index/wxconfig');
+
         Route::get('test', 'api/Index/test');
     });
     //微信