zxhxx hace 3 años
padre
commit
ff8879dd6a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/route.php

+ 1 - 1
application/route.php

@@ -14,7 +14,7 @@ use think\Route;
 Route::group('api', function () {
     Route::get('index', 'api/Index/index');
     Route::get('geocoder', 'api/Index/geocoder');
-    Route::post('MiniLink', 'api/Index/getMiniLink');
+    Route::post('MiniLink', 'api/Index/Minilink');
     Route::any('Wechat/serve','api/Wechat/serve');
     Route::any('wechat/notify/:cid','api/Wechat/notify');
     Route::any('routine/notify/:cid','api/routine/notify');