Merge pull request 'by Robin at 20240628' (#576) from feat-IRONFANS-148-Robin into main

Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/576
This commit is contained in:
chenhao 2024-06-28 23:32:59 +08:00
commit 07c2a01aaa
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ func ApiHvyogoSingleDistribute(ctx *gin.Context) {
if data.StatusCode != response.StatusCodeSuccess {
ReplyErrorMsg(ctx, data.StatusText)
return
}
ReplyOk(ctx, data)