Merge branch 'feature-fans_identity_refresh-wxy-20241216' into test
This commit is contained in:
commit
d9db4f5342
|
@ -266,6 +266,7 @@ func ApiFansIdentityRefresh(ctx *gin.Context) {
|
||||||
|
|
||||||
if ec != errcode.ErrCodeOk {
|
if ec != errcode.ErrCodeOk {
|
||||||
ReplyErrCodeMsg(ctx, ec)
|
ReplyErrCodeMsg(ctx, ec)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
ReplyOk(ctx, nil)
|
ReplyOk(ctx, nil)
|
||||||
|
|
Loading…
Reference in New Issue