docs: 修正药品目录调用示例补 pageNo(T-211 遗漏)
docs/07 与 current-state 的 drugs curl 示例缺 pageNo,pageNo 已必填照旧示例会 400 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -179,7 +179,7 @@ curl "http://127.0.0.1:8080/api/health-check/all?idCard=<身份证>"
|
||||
curl "http://127.0.0.1:8080/api/health-check/list?checkYear=2025&idCard=<身份证>"
|
||||
curl "http://127.0.0.1:8080/api/dictionaries/grid-addresses?parentCode=<区划码>"
|
||||
curl "http://127.0.0.1:8080/api/dictionaries/doctors?manaUnitId=<机构码>"
|
||||
curl "http://127.0.0.1:8080/api/dictionaries/drugs?ypmc=<药品名>"
|
||||
curl "http://127.0.0.1:8080/api/dictionaries/drugs?pageNo=1&pageSize=10&ypmc=<药品名>" # pageNo 必填
|
||||
curl "http://127.0.0.1:8080/api/dictionaries/orgs?parentId=<上级机构ID>"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user