修改路由
This commit is contained in:
parent
004d004ebe
commit
4e4324ba05
@ -716,7 +716,7 @@ Route::group('api/', function () {
|
|||||||
Route::get('captcha', 'api.Auth/getCaptcha');
|
Route::get('captcha', 'api.Auth/getCaptcha');
|
||||||
|
|
||||||
//合并账号
|
//合并账号
|
||||||
Route::post('user/merge', 'api.auth/merge');
|
Route::post('user/merge', 'api.Auth/merge');
|
||||||
|
|
||||||
//获取协议列表
|
//获取协议列表
|
||||||
Route::get('agreement_lst', 'admin.system.Cache/getKeyLst')->append(['type' => 1]);
|
Route::get('agreement_lst', 'admin.system.Cache/getKeyLst')->append(['type' => 1]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user