feat-IRONFANS-70 #287

Merged
chenhao merged 4 commits from feat-IRONFANS-70 into test 2024-04-12 23:07:31 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0afe2c2193 - Show all commits

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
}