zxhxx 3 vuotta sitten
vanhempi
commit
ff8879dd6a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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');