return
This commit is contained in:
parent
8909679a8b
commit
289a132eb7
|
@ -251,6 +251,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