HaniBlindBox/honey_box/common/server
zpc 2550f6d4c2 refactor: 统一权益系统命名 VIP -> Equity
后端更改:
- 重命名数据库表: vip_levels -> equity_levels, vip_level_rewards -> equity_level_rewards, user_vip_rewards -> user_equity_rewards
- 重命名实体类: VipLevel -> EquityLevel, VipLevelReward -> EquityLevelReward, UserVipReward -> UserEquityReward
- 重命名 DTO: VipInfoResponse -> EquityInfoResponse, VipUserInfoDto -> EquityUserInfoDto, VipLevelDto -> EquityLevelDto
- 重命名服务: VipService -> EquityService, IVipService -> IEquityService
- 更新 API 端点: /vip_list -> /equity_list
- 移动命名空间: Models/Vip -> Models/Equity
- 删除重复的 VipController (与 QyLevelController 功能重复)
- 删除未使用的 equity_levels 和 equity_level_prizes 旧表实体

前端更改:
- 更新 API 调用: getVipList -> getEquityList
- 更新 vip.vue 页面使用新的 API 函数

保持兼容:
- JSON 响应字段名保持不变 (vip, last_vip, jin_du 等)
- 用户表 vip 字段保持不变
2026-02-05 18:21:07 +08:00
..
announcement.js 321 2026-02-02 07:59:16 +08:00
auth.js 213 2026-01-25 19:10:31 +08:00
collection.js V0.0.1 2026-01-03 17:01:19 +08:00
config.js 321 2026-02-02 20:25:31 +08:00
coupon.js 321 2026-02-03 01:05:40 +08:00
goods.js 333 2026-01-03 22:23:21 +08:00
invitation.js V0.0.1 2026-01-03 17:01:19 +08:00
mall.js 小程序 2026-01-01 21:01:55 +08:00
order.js V0.0.1 2026-01-03 17:01:19 +08:00
pay.js V0.0.1 2026-01-03 17:01:19 +08:00
rank.js V0.0.1 2026-01-03 17:01:19 +08:00
redeem.js V0.0.1 2026-01-03 17:01:19 +08:00
user.js refactor: 统一权益系统命名 VIP -> Equity 2026-02-05 18:21:07 +08:00
userAddress.js 小程序 2026-01-01 21:01:55 +08:00
warehouse.js V0.0.1 2026-01-03 17:01:19 +08:00
welfare.js V0.0.1 2026-01-03 17:01:19 +08:00