This commit is contained in:
张良(004796)
2024-04-01 15:34:50 +08:00
parent d5f0bbd916
commit 933655dca6
4 changed files with 42 additions and 0 deletions

View File

@@ -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);