Skip to content

Commit

Permalink
feat: 新增回复直接审核通过
Browse files Browse the repository at this point in the history
  • Loading branch information
oldme-git committed Oct 14, 2024
1 parent b8a661c commit dacdfb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/controller/reply/reply_app_reply.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ func (c *ControllerApp) Reply(ctx context.Context, req *app.ReplyReq) (res *app.
Site: req.Site,
Name: req.Name,
Content: req.Content,
Status: model.CheckStatus,
// 直接审核通过
Status: model.SuccessStatus,
})
return
}

0 comments on commit dacdfb6

Please sign in to comment.