修改DM授权账号分配

This commit is contained in:
戴育兵 2026-01-04 14:10:38 +08:00
commit d1269f9ec1
3 changed files with 3772 additions and 7183 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -381,6 +381,7 @@ func SyncAsAuth(artistUuid string) error {
InstagramDetails: true, InstagramDetails: true,
}) })
if err != nil { if err != nil {
zap.L().Error("SyncAsAuth error", zap.Error(err))
return errors.New("获取艺人绑定信息错误") return errors.New("获取艺人绑定信息错误")
} }
authReq := &cast.UpdateOAuthReq{Data: make([]*cast.UpdateOAuthReq_Info, 0)} authReq := &cast.UpdateOAuthReq{Data: make([]*cast.UpdateOAuthReq_Info, 0)}