We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
前置操作: 1 存在机器人A和机器人B,两者为好友 2 机器人A发布一条朋友圈 3 机器人B对该条朋友圈发布一条评论
机器人A调用 /robot/moments/comment/recall 接口删除机器人B的评论,报错,提示没有权限。 具体错误信息: {"code":248,"msg":"no right to operate"}
期望: 朋友圈的所有者A可以删除所有对其朋友圈的评论
其他: /api/version返回: { tags: "null", branch: "d7df5ef706abdbe1f08bb7220afc76d20eaa2b22", dirty: "null", remoteOriginUrl: "git@github.com:heavyrain2012/server_commercial.git", commitId: "d7df5ef706abdbe1f08bb7220afc76d20eaa2b22", commitIdAbbrev: "d7df5ef", describe: "llld-282-gd7df5ef-dirty", describeShort: "null", commitUserName: "heavyrian2012", commitUserEmail: "heavyrain.lee@wildfirehat.cn", commitMessageFull: "修改启动脚本注释 ", commitMessageShort: "修改启动脚本注释", commitTime: "20250114105049", label: "80511e7e-d922-435b-82f5-45a0a7c0dfd7", nodeIds: "1 ", closestTagName: "null", closestTagCommitCount: "null", buildUserName: "Unknown", buildUserEmail: "Unknown", buildTime: "20250123203812", buildHost: "null", buildVersion: "null", verified: true, currentNode: 1, runTime: 171354 }
The text was updated successfully, but these errors were encountered:
已经解决,请发邮件要最新版本
Sorry, something went wrong.
No branches or pull requests
前置操作:
1 存在机器人A和机器人B,两者为好友
2 机器人A发布一条朋友圈
3 机器人B对该条朋友圈发布一条评论
机器人A调用 /robot/moments/comment/recall 接口删除机器人B的评论,报错,提示没有权限。
具体错误信息: {"code":248,"msg":"no right to operate"}
期望:
朋友圈的所有者A可以删除所有对其朋友圈的评论
其他:
/api/version返回:
{
tags: "null",
branch: "d7df5ef706abdbe1f08bb7220afc76d20eaa2b22",
dirty: "null",
remoteOriginUrl: "git@github.com:heavyrain2012/server_commercial.git",
commitId: "d7df5ef706abdbe1f08bb7220afc76d20eaa2b22",
commitIdAbbrev: "d7df5ef",
describe: "llld-282-gd7df5ef-dirty",
describeShort: "null",
commitUserName: "heavyrian2012",
commitUserEmail: "heavyrain.lee@wildfirehat.cn",
commitMessageFull: "修改启动脚本注释
",
commitMessageShort: "修改启动脚本注释",
commitTime: "20250114105049",
label: "80511e7e-d922-435b-82f5-45a0a7c0dfd7",
nodeIds: "1 ",
closestTagName: "null",
closestTagCommitCount: "null",
buildUserName: "Unknown",
buildUserEmail: "Unknown",
buildTime: "20250123203812",
buildHost: "null",
buildVersion: "null",
verified: true,
currentNode: 1,
runTime: 171354
}
The text was updated successfully, but these errors were encountered: