We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
例行检查
问题描述 文档描述错误,desp 参数并不等同于 description,而是 content。实际 short 参数才是。 复现步骤
desp
description
content
short
// controller/message.go:16 func keepCompatible(message *model.Message) { // Keep compatible with ServerChan: https://sct.ftqq.com/sendkey if message.Description == "" { message.Description = message.Short } if message.Content == "" { message.Content = message.Desp } if message.To == "" { message.To = message.OpenId } }
预期结果 文档应与代码匹配。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
例行检查
问题描述
文档描述错误,
desp
参数并不等同于description
,而是content
。实际short
参数才是。复现步骤
预期结果
文档应与代码匹配。
The text was updated successfully, but these errors were encountered: