XingQue
|
c25ad40630
|
chore: 公告轮播接口响应附带 club_id
仅多返回字段,不改查询/鉴权/写入逻辑,便于核对俱乐部隔离。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-07-23 03:52:47 +08:00 |
|
XingQue
|
44f13e3310
|
revert: 撤回登录相关鉴权改动,恢复星阙原登录逻辑
UFO 登录问题应只在前端处理(登录请求不带旧 Token),不应改共享后端登录接口。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-07-23 01:15:03 +08:00 |
|
XingQue
|
97e9093aa5
|
fix: 登录接口彻底跳过鉴权,消除 403 权限不足
ClubWechatLoginView / WechatMiniProgramLoginView 覆盖 initial,不做 JWT/权限/限流;动态配置接口也不再解析坏 Token。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-07-23 01:11:18 +08:00 |
|
XingQue
|
43ad221c67
|
feat: 点单横幅/个人中心背景 page_key,并 seed 转盘菜单
新增 accept_order_banner2、boss_center;菜单定义写入 product.turntable,不影响现有俱乐部数据隔离。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-07-22 20:21:16 +08:00 |
|
XingQue
|
435422e716
|
fix: 点单端推荐官按UID绑定,二维码进首页且去掉邀请码
扫码参数改为 yaoqingren=UserUID 落地点单首页;海报默认不再复用管事背景;不影响打手端与支付抢单分红。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-07-21 02:48:16 +08:00 |
|
XingQue
|
60d8b52693
|
feat: 点单端邀请绑定与只看审核商品开关
复用 ClubMiniappIcon 增加点单端海报背景;新增 C 端邀请码/换绑店铺接口;hqsp 支持 zhi_kan_shenhe,不影响支付抢单分红。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-07-21 02:37:31 +08:00 |
|
XingQue
|
48d2e13037
|
fix: 商家生成链接时锁定打手与管事分成
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-07-20 15:50:24 +08:00 |
|
XingQue
|
914e8c70f2
|
修复手机号认证完成后仍反复弹窗的问题
认证提交接口在仅上传头像时错误返回成功,检查接口也未兼容已有手机号的老数据。
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-07-09 21:57:23 +08:00 |
|
|
|
f1c8633345
|
perf: P1 性能优化批量修复 + kefu 视图拆分
P1 性能优化(避免循环内 N+1 / N 次 DB 查询):
- shop_order_views._batch_images: 移除 ThreadPoolExecutor 掩盖的 N 次查询,改单次批量 + Python 侧分组
- product_query.DashouHuiyuanList: 5N 查询 -> 3 次批量预取 + 本地闭包判断
- roles.GetRolePermissionView / 用户列表: 循环内 RolePermission/Permission/UserRole/Role -> 批量 __in 预取
- guanli / zuzhang 杜次分红 4.2/4.3: 循环内 update_or_create + 单条 delete -> bulk_create + bulk_update + 批量 delete
- admin_config QQ 群配置: 循环内 exists/first/save/create -> 批量预取 + bulk_create + bulk_update
- jituan 服务层多处合并统计查询、批量预取 map
- rank 多处循环 N+1 改批量预取
- backend 多处循环内 count/create 改批量
- config/orders/merchant_ops 多处循环 N+1 改批量预取
其他改动:
- users/views/kefu.py 拆分为 kefu_base/kefu_dashou/kefu_orders/kefu_punishment/kefu_withdraw 5 个文件
- 删除遗留脚本 check_prod_uid.py / create_rbac_tables.sql
|
2026-07-05 23:17:38 +08:00 |
|
|
|
9d98ac9e83
|
修复了常量归类
|
2026-07-04 19:58:19 +08:00 |
|
|
|
7608faf396
|
拆分了 config
|
2026-07-04 19:29:53 +08:00 |
|