zxhxx 3 年之前
父節點
當前提交
76c8f101c4
共有 1 個文件被更改,包括 2 次插入0 次删除
  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');
     });
     //微信