迁移用户合并代码

This commit is contained in:
liu 2024-03-19 09:46:16 +08:00
parent 0632c03579
commit 004d004ebe

View File

@ -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]);
//获取协议内容