123
This commit is contained in:
@@ -126,6 +126,7 @@ public class AnchorApplyServiceImpl extends ServiceImpl<AnchorApplyMapper, Ancho
|
||||
try {
|
||||
joinAnchorLock.lock();
|
||||
anchorService.joinAnchor(userId, false);
|
||||
// TODO
|
||||
return CheckAnchorAutoResp.builder().joinSuccess(true).build();
|
||||
}catch (Exception e){
|
||||
log.error("自动加入主播失败!",e);
|
||||
|
||||
Reference in New Issue
Block a user