feat(admin): 上报更低价人工审核(通过发1000金币/拒绝填理由) #33
Reference in New Issue
Block a user
Delete Branch "feat/admin-price-report-review"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
运营后台审核用户上报的「某平台比我们算的最低价更便宜」+截图。
跨端配套:前端 admin-web feat/price-report-review;端上金币刷新 android feat/price-report-review。
🤖 Generated with Claude Code
运营后台审核用户上报的"某平台比我们算的最低价更便宜": - routers/price_report.py: GET 列表+/summary、POST {id}/approve|reject(require operator) - repositories/queries.py: list_price_reports + price_report_summary - repositories/mutations.py: review_price_report(置状态+审核时间,北京 wall-clock) - core/rewards.py: PRICE_REPORT_REWARD_COINS=1000(通过即发,grant_coins 由 router 同事务调) - admin/main.py: 注册 price_report_router Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>