by Robin at 20240412

This commit is contained in:
Leufolium 2024-04-12 23:05:46 +08:00
parent e986f9ba07
commit 0afe2c2193
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ func ApiCreateZoneThirdPartner(ctx *gin.Context) {
ec := service.DefaultService.ApiCreateZoneThirdPartner(ctx, req)
if ec != errcode.ErrCodeZoneThirdPartnerSrvOk {
logger.Error("ApiCreateZoneThirdPartner fail, req: %v, ec: %v", util.ToJson(req), ec)
ReplyErrorMsg(ctx, "server error")
ReplyErrCodeMsg(ctx, ec)
return
}