cedar2025 / Xboard

基于V2board二次开发支持新协议新特性的高性能面板
MIT License
2.09k stars 520 forks source link

[BUG]一次性套餐流量叠加不会叠加在原套餐上,反而取剩余量+叠加量 #257

Open KKKrZa opened 1 month ago

KKKrZa commented 1 month ago

🙇‍♂️🙇‍♂️🙇‍♂️注意:XrayR等非XBoard问题请前往项目方提问 🙇‍♂️🙇‍♂️🙇‍♂️Note: XrayR and other non-XBoard issues please go to the project side to ask questions

The XBoard version number you are using 当前使用的XBoard版本号(git commit id)

1.7.5 Would you like to deploy using Docker? 你的部署方式(是否为Docker)

Please briefly describe the issue you encountered (preferably with reproducible steps). 简单描述你遇到的问题(最好带上复现步骤)

多次购买一次性套餐,比如购买一次是100g,用到剩10g的时候再买一次,总量就会变成110g,而不是200g。

这对于每月刷新的一次性套餐来说,逻辑上是不正确的。应当把余量叠加,总量也叠加。

Screenshot of the reported error(Please do desensitization) 报告错误的截图(请做脱敏处理)

Screenshot of the reported error(Please do desensitization) 报告错误的截图(请做脱敏处理)

Run the php artisan log:export 7 command to export log files (where 7 represents logs for the last 7 days). 运行php artisan log:export 7 命令导出的日志文件(其中7为最近7天的日志)。

cedar2025 commented 4 weeks ago

这个问题后面再看看怎么处理