feat(ops): 注册 SocialUserApi 并添加 vsp-notify 配置

- RpcConfiguration 新增 SocialUserApi Feign 客户端注册
- application.yaml 新增 viewsh.ops.vsp-notify 配置段

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
lzh
2026-03-25 11:29:36 +08:00
parent 8ab5ce6d01
commit 55c6b0ea1c
2 changed files with 9 additions and 0 deletions

View File

@@ -139,6 +139,13 @@ viewsh:
version: ${viewsh.info.version}
tenant: # 多租户相关配置项
enable: true
ops:
vsp-notify:
enabled: true
base-url: http://192.168.0.105:8000
connect-timeout: 5000
read-timeout: 10000
max-retry: 2
--- #################### 工单相关配置 ####################