This commit is contained in:
wangxinyu 2024-12-20 16:25:13 +08:00
parent 8909679a8b
commit 289a132eb7
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ func ApiFansIdentityRefresh(ctx *gin.Context) {
if ec != errcode.ErrCodeOk {
ReplyErrCodeMsg(ctx, ec)
return
}
ReplyOk(ctx, nil)