51b3728600b9460cd093edf45c3e22b1e22e011d
问题: context-path=/healthlink-his, Controller使用/healthlink-his/api/v1/... 导致实际路径变成/healthlink-his/healthlink-his/api/v1/... (双重前缀) 修复: 移除Controller的/healthlink-his前缀 - CriticalValueController → /api/v1/critical-value - TcmController → /api/v1/tcm - ReviewController → /api/v1/review - StructuredEmrController → /api/v1/emr - AnesthesiaController → /api/v1/anesthesia - MrHomepageController → /api/v1/mr-homepage - EmrQualityController → /api/v1/emr-quality - NursingController → /api/v1/nursing - EpidemicController → /api/v1/epidemic - CaSignatureController → /api/v1/ca-signature - EmpiController → /api/v1/empi 验证: 11个API全部返回200
Description
No description provided
Languages
Java
47.5%
Vue
45.4%
JavaScript
4.4%
Python
1.3%
HTML
0.6%
Other
0.7%