conf #578

Merged
chenhao merged 27 commits from conf into test 2024-07-01 18:03:06 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 07c2a01aaa - Show all commits

View File

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