From 05c29c97eae250a20c5f9b12d0cafbe6dd58650c Mon Sep 17 00:00:00 2001 From: yml2213 Date: Mon, 29 Jun 2026 16:47:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=91=E5=B8=83=E9=A9=B3?= =?UTF-8?q?=E5=9B=9E=E5=B1=95=E7=A4=BA=E5=8E=9F=E5=9B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/internal/modules/listing/review.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/internal/modules/listing/review.go b/backend/internal/modules/listing/review.go index 47d4b9a..ebb528c 100644 --- a/backend/internal/modules/listing/review.go +++ b/backend/internal/modules/listing/review.go @@ -360,7 +360,7 @@ func (r *Repository) Reject(ctx context.Context, listingID uint64, req ReviewReq UserID: listing.OwnerID, Type: "listing_review", Title: "发布审核未通过", - Content: "你的租号发布未通过审核,请根据原因修改后重新提交。", + Content: "你的租号发布未通过审核。原因:" + req.Reason + "。请根据原因修改后重新提交。", BizType: "listing", BizID: &listingID, }); err != nil {