fix: 更新错误提示信息,增加项目权限检查说明

This commit is contained in:
zhaoyingbo 2024-12-21 03:31:24 +00:00
parent 85eadb9cec
commit f750baef7c

View File

@ -60,7 +60,9 @@ const openFunc = async (
logger.error(`项目不存在项目ID${projectId}`)
await larkService.message.replyCard(
larkBody.messageId,
cardGender.genErrorCard("该项目不存在请检查项目ID是否正确")
cardGender.genErrorCard(
"该项目不存在请检查项目ID是否正确或确认 @itp-cr-agent 是否具有对项目的权限"
)
)
return
}