|
@@ -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');
|
|
|
});
|
|
|
//微信
|