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
例行检查
问题描述 异步任务 - 虽然有扣费日志,但是扣费感觉并没有消费成功 1.扣费前用户额度 1300000 2.调用异步任务成功时 -200*1000 3.异步任务执行失败补偿 +200*1000 4.最终用户额度 1500000
1300000
-200*1000
+200*1000
1500000
数据库token: remain_quota = 1500000, user_quota = -200000
复现步骤
预期结果
相关截图 如果没有的话,请删除此节。
The text was updated successfully, but these errors were encountered:
试试新代码
Sorry, something went wrong.
No branches or pull requests
例行检查
问题描述
异步任务 - 虽然有扣费日志,但是扣费感觉并没有消费成功
1.扣费前用户额度
1300000
2.调用异步任务成功时
-200*1000
3.异步任务执行失败补偿
+200*1000
4.最终用户额度
1500000
数据库token:
remain_quota = 1500000, user_quota = -200000
复现步骤
预期结果
相关截图
如果没有的话,请删除此节。
The text was updated successfully, but these errors were encountered: