Files
huangjingfen/docs/fsgx-issues-0328-1.md
panchengyong 965ac7bc86 fix(fsgx): 积分释放定时任务、佣金轮巡与 UniApp 体验
- PointsReleaseServices: 使用 Db::table 查询与更新,构造函数注入 UserDao;日志与账单独立 try/catch\n- SystemTimer: implement_timer 捕获后重新抛出异常,便于 run_now 返回错误\n- SystemTimerServices / 控制器: runNow 返回任务结果并在 API 中带回 result\n- StoreOrderCreateServices: 报单佣金位次修正与多件轮巡\n- UniApp: 佣金记录跳转 type=2、余额提现免手续费展示、状态页与资产页头部渐变与提现页一致\n- docs: 增加 fsgx-issues-0328-1 问题跟踪

Made-with: Cursor
2026-03-29 10:45:16 +08:00

36 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# uniapp移动端
## 佣金记录页面
- 1. **已修复**点击“查看全部”时出现参数错误,是不是路径错误?
## 提现页面pages/users/user_cash/index
- 1. **已修复**提现到余额,不收取手续费
## 佣金状态页面pages/queue/status
- 1. **已修复**顶部保持和pages/users/user_cash/index页面中的class="cash-withdrawal"的背影色样式一致
## 我的资产页面pages/assets/index
- 1. **已修复**顶部保持和pages/users/user_cash/index页面中的class="cash-withdrawal"的背影色样式一致
# API接口
## fsgx每日积分释放
- 1. 手动触发接口就释放一次当日积分,没有看到用户的冻结积分被释放,没有看到任务执行记录
请求接口https://www.fsgx.cn/adminapi/system/timer/run_now/21
响应 ```{"status":200,"msg":"任务已触发并执行成功","data":{"result":null}}```
---
# 其他测试问题
## **测试问题**
- 1. **已修复**返现佣金计算不对
A. **已修复**目前新的分销员佣金是按20%20%30%50%来计算的前2个直推订单返现佣金都是20%,不对,应该是按配置的佣金分档比例(JSON)”[20,30,50]“的来轮巡执行佣金计算
B. **已修复**一次下单购买多个报单商品的情况佣金计算不对目前按当前佣金比例的N倍来计算应该按配置的佣金分档比例(JSON)”[20,30,50]“的来执行轮巡执行佣金计算
# 相关文件
- 1. **相关文件**`docs/PRD_fsgx_V1.0.md` `docs/page-dev-specs-fsgx.md``.cursor/plans/fix_issues_0325-1_f8488785.plan.md`