-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
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
添加兑换计划后的兑换时间错误 #330
Comments
下次兑换时间不一定是 |
我降级到 下面是刚添加计划后的 json "good": {
"type": 1,
"next_time": 1721818800,
"status": "not_in_sell",
"sale_start_time": null,
"time_by_detail": null,
"next_num": 10,
"account_exchange_num": 0,
"account_cycle_limit": 1,
"account_cycle_type": "forever",
"game_biz": null,
"game": null,
"unlimit": false,
"name": null,
"goods_name": "\u3010\u539f\u795e\u3011\u8e66\u8e66\u70b8\u5f39\u9a6c\u514b\u676f",
"goods_id": "2024070911143",
"price": 20500,
"icon": "https://bbs-static.miyoushe.com/static/2024/07/09/409ab9ae1349e4988020e34c2dbccd42_1234057808800182538.JPG"
}, |
不清楚是
一个临时的解决方案是在list下进行删除 temp = list(user.exchange_plans)
temp.remove(plan)
user.exchange_plans = set(temp) |
如下图,mt商品命令显示的兑换时间为 8 号,添加后提示下次兑换时间为 15 号,mt兑换命令查询的又是 8 号
实际查看配置文件的 next_time 时间戳也是 15 号
The text was updated successfully, but these errors were encountered: