docs: current-state 标注 Go 侧 config.yaml 查询已实测查通

对齐实际运行命令(-verify-jkda + config.yaml,身份证走环境变量)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ila
2026-07-07 23:49:41 +08:00
co-authored by Claude Opus 4.8
parent f6a7f61d59
commit 55289e0746
+3 -2
View File
@@ -71,8 +71,9 @@ go run . -mode deliver -config config.yaml.example
# 统一入口(当前 Git Bash 环境存在 Go 标准库/缓存权限限制)
./init.sh
# Go 侧 JKDA00002 联调验证(需通过环境变量或 config.yaml 提供真实凭据;不要提交真实值)
OSI_VERIFY_ID_CARD=<idCard> go run . -mode server -config config.yaml -verify-jkda
# Go 侧 JKDA00002 联调验证(已实测查通,返回 code=01 data_count=1)
# config.yaml 已迁为 Go 嵌套 osi: 结构并从中读凭据;仅身份证走环境变量,不落文件/命令行历史
OSI_VERIFY_ID_CARD=<idCard> go run . -verify-jkda -config config.yaml
# 本地 Python 联调查询(脚本硬编码凭据,勿提交)
python3 scripts/query_health_record.py