更新征信解析为本地Mock联调配置

This commit is contained in:
wkc
2026-03-23 19:18:09 +08:00
parent 93527a977e
commit 29be8a88a8
3 changed files with 7 additions and 3 deletions

View File

@@ -78,3 +78,7 @@ curl -F 'file=@/tmp/credit-parse-sample.html;type=text/html' http://127.0.0.1:62
- 控制器已实现文件校验、默认值补齐、临时文件转换、调用客户端和临时文件清理。
- 客户端已实现调用日志、耗时记录和统一异常包装。
- 本次联调结论为系统侧接口注册、Swagger 暴露和请求链路已打通;外部征信解析服务当前未响应,需待对方服务可用后继续做成功结果验证。
## 5. 追加调整记录
- 为便于本地联调,已将 `application-dev.yml` 中的 `credit-parse.api.url` 调整为本地 Mock 地址:`http://localhost:8000/xfeature-mngs/conversation/htmlEval`