forked from Gitlink/soft_bot
修改激活功能
This commit is contained in:
parent
f6ab127b8a
commit
61225c2a54
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue