配置迁移到数据库表里

This commit is contained in:
2026-05-30 23:32:23 +08:00
parent bf685417e7
commit 8aa1a619b9
13 changed files with 423 additions and 145 deletions

View File

@@ -124,8 +124,8 @@ public class LbUserController {
@Operation(
summary = "从 hxrd 后台同步用户",
description =
"分页调用 /app/admin/user/select(每页 limit=90,将 data 解析为 LbUser 后立即 upsert 到 lb_user"
+ "需配置 hxr.admin.cookie 或 phpsid")
"分页调用 /app/admin/user/select将 data 解析为 LbUser 后立即 upsert 到 lb_user"
+ "cookie、URL、Referer 等从 lb_third_integration_config 按 tenantId 读取")
public ResponseEntity<Map<String, Object>> syncFromHxr(
@Parameter(description = "租户 id", required = true) @RequestParam String tenantId) {
Map<String, Object> result = lbUserService.syncFromHxrAdmin(tenantId);