|
@@ -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');
|