修改激活功能

This commit is contained in:
tonglin 2023-03-07 10:27:50 +08:00
parent f6ab127b8a
commit 61225c2a54
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public class UserService extends AbstractUserBot implements IUserService {
log.info("注册Bot结束{}",JSON.toJSONString(shiftBotToBotOutputVo(botVO,insertBot)));
//激活Bot
Response response = api.activeBotAuth(botVO.getUserId(), botVO.getBotId(), AuthOperate.AUTH_ACTIVE);
Response response = api.activeBotAuth(botVO.getUserId(), registerBot.getBotId(), AuthOperate.AUTH_ACTIVE);
log.info("激活信息:{}",response);
return shiftBotToBotOutputVo(botVO,insertBot);
}