by Robin at 20240628
This commit is contained in:
parent
1575046a98
commit
02ee882bd5
|
@ -67,6 +67,7 @@ func ApiHvyogoSingleDistribute(ctx *gin.Context) {
|
|||
|
||||
if data.StatusCode != response.StatusCodeSuccess {
|
||||
ReplyErrorMsg(ctx, data.StatusText)
|
||||
return
|
||||
}
|
||||
|
||||
ReplyOk(ctx, data)
|
||||
|
|
Loading…
Reference in New Issue