|
|
3 weeks ago | |
|---|---|---|
| .. | ||
| docs | 3 weeks ago | |
| src | 3 weeks ago | |
| Dockerfile | 1 month ago | |
| README-H5.md | 1 month ago | |
| pom.xml | 1 month ago | |
emoon-tongue模块现已支持H5页面调用舌诊API,方便内网用户通过浏览器查看舌诊信息。
http://localhost:8082/index.htmlhttp://localhost:8082/tongue-diagnosis/h5/v1/detail?project_id=SZHIS&patient_id=GH100658496874http://localhost:8082/tongue-diagnosis.html直接访问模式特点:
GET /api/v1/diagnosis/internal/detailpatientId: 患者IDprojectId: 医院编码http://localhost:8082/api/v1/diagnosis/internal/detail?patientId=GH1234567890123&projectId=HOSP001GET /api/v1/diagnosis/detailpatientId: 患者IDprojectId: 医院编码timestamp: 时间戳version: 版本号sign: 签名启动Spring Boot应用:
cd emoon-tongue
mvn spring-boot:run
或者(Windows 一键启动):
script\bin\tongue-gssz-run.bat(普通启动)script\bin\tongue-gssz-debug.bat(带 5005 远程调试端口)http://localhost:8082/index.html