Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-http/cdylbz
成都医保查询工具
https://github.com/go-http/cdylbz
Last synced: 7 days ago
JSON representation
成都医保查询工具
- Host: GitHub
- URL: https://github.com/go-http/cdylbz
- Owner: go-http
- License: gpl-3.0
- Created: 2020-11-02T11:32:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T06:54:19.000Z (about 4 years ago)
- Last Synced: 2024-06-20T12:06:46.120Z (5 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 成都医保查询工具 [![PkgGoDev](https://pkg.go.dev/badge/github.com/go-http/cdylbz)](https://pkg.go.dev/github.com/go-http/cdylbz)
用于查询指定药品或者医疗服务、医用材料是否符合成都市医保报销标准。
附带了两个范例:
- [cmd/cli](./cmd/cli/main.go) 命令行工具,通过命令行查询
- [cmd/webserver](./cmd/webserver/main.go) 简单的WebServer,启动后可以通过访问 http://localhost:8080/ 查询。