|
|
@@ -403,7 +403,8 @@ public class AiHookServiceImpl implements AiHookService {
|
|
|
}
|
|
|
if(user.getFastGptRoleId()==null){
|
|
|
log.error("未绑定角色");
|
|
|
- return userIsReply(sender, uid, user);
|
|
|
+ return R.ok();
|
|
|
+// return userIsReply(sender, uid, user);
|
|
|
}
|
|
|
|
|
|
if(user.getAiStatus() == 1){
|