修复发布驳回展示原因
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user