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
This commit is contained in:
35
docs/fsgx-issues-0328-1.md
Normal file
35
docs/fsgx-issues-0328-1.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# 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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user