by Robin at 20240628 #576

Merged
chenhao merged 1 commits from feat-IRONFANS-148-Robin into main 2024-06-28 23:33:00 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 02ee882bd5 - Show all commits

View File

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