You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
提bug前先检查以下是否已经执行
bug描述
有时候一句话问题并不知道在描述什么
所以请按以下格式描述问题:
场景:
我大号的昵称是 . 当我使用
{
"to": “.”,
"data": {
"content": "测试_你好👋"
}
}
发送时 会报错 {
"success": false,
"message": "All Messages (1) sent failed, look up data of task for more detail",
"task": {
"successCount": 0,
"totalCount": 1,
"failedCount": 1,
"reject": [],
"sentFailed": [
{
"to": ".",
"data": [
{
"content": "测试_你好👋"
}
]
}
],
"notFound": []
}
}
给别的好友发送时 没有问题
当我把大号的备注换成 ‘大号’时
{
"to": {"alias":"大号"},
"data": {
"content": "测试_你好👋"
}
}
错误是 : {
"success": false,
"message": "All Messages (1) sent failed, look up data of task for more detail",
"task": {
"successCount": 0,
"totalCount": 1,
"failedCount": 1,
"reject": [],
"sentFailed": [],
"notFound": [
{
"to": {
"alias": "大号"
},
"error": "User is not found",
"data": {
"content": "测试_你好👋"
}
}
]
}
}
操作:
表现:
提供有用的信息
The text was updated successfully, but these errors were encountered: