hy001
|
431f73469e
|
fix: 设备指纹代理限制的封禁豁免补到真正的调用链上
上次修复(0a29464)只改了 other-inner-endpoint 的 RegisterDeviceClientServiceImpl,
但全部 8 个业务拦截点(BD邀请代理/接受邀请建团/代理邀请主播/申请加入公会/后台加成员等)
走的都是 other-infrastructure 的 RegisterDeviceGatewayImpl(领域网关唯一实现),
该实现没有封禁豁免,导致线上 BD 邀请仍报 6054。
本次修复:
1. RegisterDeviceGatewayImpl 循环内补豁免:同设备账号已封禁(checkAccountArchive)
或已注销(profile 为 null,逻辑删过滤)的,不再占用设备主播/代理名额;
2. 设备白名单改为按分隔符切分后精确比对账号,修复子串误命中(账号123被白名单51234命中);
3. RegisterDeviceClientServiceImpl 的重复实现改为单行委托领域网关,消除双份逻辑漂移;
4. 新增 RegisterDeviceGatewayImplTest 覆盖豁免/白名单/手动黑白名单 7 个场景。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
2026-07-10 17:42:32 +08:00 |
|
hy001
|
0a29464a82
|
修复一下问题
|
2026-07-10 12:09:27 +08:00 |
|
hy001
|
7ead4fcc85
|
Merge branch 'main' of https://gitea.haiyihy.com/hy/chatapp3-java
|
2026-07-01 14:52:48 +08:00 |
|
hy001
|
c73d224e19
|
筛选
|
2026-07-01 14:52:47 +08:00 |
|
local
|
d7c3fbf721
|
fix account unblock login cache
|
2026-06-30 23:16:10 +08:00 |
|
hy001
|
7f7649d6bd
|
Merge branch 'test'
# Conflicts:
# rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/scheduler/TeamBillTask.java
# rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/team/impl/TeamManualSalaryPaymentClientServiceImpl.java
# rc-service/rc-service-other/other-inner-endpoint/src/test/java/com/red/circle/other/app/inner/service/team/impl/TeamManualSalaryPaymentClientServiceImplTest.java
|
2026-06-01 19:58:08 +08:00 |
|
hy001
|
85f3ffbc10
|
自动结算
|
2026-06-01 19:46:48 +08:00 |
|
hy001
|
e3be12cd8b
|
支持手动工资按月度账期发放
|
2026-05-29 20:56:57 +08:00 |
|
hy001
|
0464935619
|
增加支付版本判断
|
2026-05-25 23:22:51 +08:00 |
|
hy001
|
d799d68946
|
修复工资发放
|
2026-05-25 20:34:00 +08:00 |
|
hy001
|
c2bd1554f9
|
Merge branch 'test'
|
2026-05-25 20:07:17 +08:00 |
|
hy001
|
c2e28b5cb3
|
增加校验
|
2026-05-25 16:22:18 +08:00 |
|
hy001
|
0260498bd3
|
CP关系申请 问题修复
|
2026-05-25 14:32:15 +08:00 |
|
hy001
|
f837d75d42
|
Fix manual salary top-up settlement
|
2026-05-25 14:23:17 +08:00 |
|
hy001
|
6405052215
|
vip时间设置
|
2026-05-25 10:40:03 +08:00 |
|
hy001
|
5359be337d
|
修复一些问题
|
2026-05-23 14:54:40 +08:00 |
|
hy001
|
0bf810261f
|
修复首冲
|
2026-05-23 13:17:06 +08:00 |
|
hy001
|
c99542ebe9
|
修改CP相关
|
2026-05-23 12:19:57 +08:00 |
|
hy001
|
3f59e5b653
|
CP
|
2026-05-21 15:43:38 +08:00 |
|
hy001
|
c02050274b
|
fix manual salary received total display
|
2026-05-21 15:06:03 +08:00 |
|
hy001
|
8460125d79
|
expose manual salary role breakdown
|
2026-05-21 14:05:38 +08:00 |
|
hy001
|
d0d48d71ac
|
include agent salary in manual settlement
|
2026-05-21 13:59:36 +08:00 |
|
hy001
|
3cef4fc322
|
fix manual salary settlement net payable
|
2026-05-21 13:46:33 +08:00 |
|
hy001
|
a8424ad5e3
|
分国家发放工资
|
2026-05-21 11:19:04 +08:00 |
|
hy001
|
a9320d58ec
|
增加VIP 赠送,主播工资统计
|
2026-05-19 21:00:04 +08:00 |
|
hy001
|
d49341204c
|
Fix gateway console go route
|
2026-05-18 11:10:20 +08:00 |
|
hy001
|
d9ff507e5f
|
Revert "去掉动态模块"
This reverts commit 94b9063dd634128125744c2b538695e13c305077.
|
2026-05-17 14:48:11 +08:00 |
|
hy001
|
94b9063dd6
|
去掉动态模块
|
2026-05-17 14:27:40 +08:00 |
|
hy001
|
6642ead223
|
去掉活动配置
|
2026-05-17 13:41:35 +08:00 |
|
hy001
|
3fc5d4a4ff
|
feat: expose store status on props resources
|
2026-05-17 01:02:17 +08:00 |
|
hy001
|
ac9b431367
|
fix: propagate badge display type
|
2026-05-16 02:32:16 +08:00 |
|
hy001
|
310a6c8050
|
徽章
|
2026-05-16 02:27:41 +08:00 |
|
hy001
|
112bf13c95
|
feat: sync badge resource config
|
2026-05-15 20:41:24 +08:00 |
|
hy001
|
7238e8eb46
|
用户身份和代理数量bug修复
|
2026-05-12 20:12:16 +08:00 |
|
hy001
|
45cb56b45a
|
fix(auth): login existing account during registration
|
2026-05-08 11:16:46 +08:00 |
|
hy001
|
41729137ed
|
feat: record login ip region metadata
|
2026-05-06 20:54:03 +08:00 |
|
hy001
|
4d5151f4bc
|
房间背景/经理用户
|
2026-05-06 15:06:50 +08:00 |
|
ZuoZuo
|
e8975dca9d
|
房间置顶
|
2026-05-01 17:35:31 +08:00 |
|
hy001
|
fb4184584d
|
次月政策
|
2026-04-30 20:07:54 +08:00 |
|
hy001
|
5339742f69
|
修改删除掉自己的逻辑
|
2026-04-28 23:18:43 +08:00 |
|
hy001
|
9878d6bf81
|
修改删除掉自己的逻辑
|
2026-04-28 23:01:46 +08:00 |
|
hy001
|
de823791af
|
活动
|
2026-04-27 23:27:24 +08:00 |
|
hy001
|
82e8dc0bfe
|
礼物区域追加
|
2026-04-27 12:38:08 +08:00 |
|
hy001
|
3b57dba4dc
|
增加系统国家天假
|
2026-04-24 14:58:43 +08:00 |
|
hy001
|
5951344b1e
|
增加
|
2026-04-23 16:04:18 +08:00 |
|
hy001
|
77a938f553
|
Merge branch 'main' of gitea.haiyihy.com:hy/chatapp3-java
|
2026-04-22 19:59:18 +08:00 |
|
hy001
|
dcb77bda37
|
增加游戏接入
|
2026-04-22 19:59:00 +08:00 |
|
hy001
|
b792e7feb2
|
fix(other): hide down-shelved lucky gifts
|
2026-04-21 22:15:20 +08:00 |
|
hy001
|
621b15079e
|
feat: wire lucky gift go flow and reward config updates
|
2026-04-18 18:53:09 +08:00 |
|
hy001
|
ed4a95da29
|
feat: update console and other register reward flow
|
2026-04-16 20:07:14 +08:00 |
|