feat(osi): 某人全部体检查询 JKTJ00002(T-306)
- osi.QueryHealthChecks(/auto/jktj/query,返回全部体检数组) - contract.HealthCheckRecordSummary:驼峰 idCard(≠最近一次小写 idcard)、checkId 可空 - HTTP 端点 GET /api/health-check/all - 单测含 null checkId 场景;实测端点已部署 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+4
-4
@@ -15,10 +15,9 @@ const (
|
||||
ServiceIDDrugs = "YPML00001"
|
||||
ServiceIDOrgs = "CXJG00002"
|
||||
|
||||
ServiceIDJKTJLast = "JKTJLSJL00002" // 最近一次体检(实测可用)
|
||||
ServiceIDJKTJList = "JKTJLIST00002" // 已检/待检人员列表(入参待厂家确认)
|
||||
// 单条查询 JKTJ00002:docx 标 auto/jktj/query,平台实测"没有url的接口配置"(未部署),
|
||||
// auto/jktj/find 待确认;确认前不登记路由。见 docs/04 §11、docs/06 B5。
|
||||
ServiceIDJKTJLast = "JKTJLSJL00002" // 最近一次体检(实测可用)
|
||||
ServiceIDJKTJQuery = "JKTJ00002" // 某人全部体检(实测可用,返回数组)
|
||||
ServiceIDJKTJList = "JKTJLIST00002" // 已检/待检人员名单(实测可用)
|
||||
)
|
||||
|
||||
const codeRetryableTimeout = "405"
|
||||
@@ -33,6 +32,7 @@ var servicePaths = map[string]string{
|
||||
ServiceIDDrugs: "/auto/ypmlcx/query",
|
||||
ServiceIDOrgs: "/auto/cxjg/query",
|
||||
ServiceIDJKTJLast: "/auto/jktjlscx/query",
|
||||
ServiceIDJKTJQuery: "/auto/jktj/query",
|
||||
ServiceIDJKTJList: "/auto/jktjlist/query",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user