迁移用户合并代码
This commit is contained in:
parent
0632c03579
commit
004d004ebe
@ -714,6 +714,10 @@ Route::group('api/', function () {
|
||||
Route::get('wechat/config', 'api.Wechat/jsConfig');
|
||||
//图片验证码
|
||||
Route::get('captcha', 'api.Auth/getCaptcha');
|
||||
|
||||
//合并账号
|
||||
Route::post('user/merge', 'api.auth/merge');
|
||||
|
||||
//获取协议列表
|
||||
Route::get('agreement_lst', 'admin.system.Cache/getKeyLst')->append(['type' => 1]);
|
||||
//获取协议内容
|
||||
|
Loading…
x
Reference in New Issue
Block a user