This commit is contained in:
lik
2026-05-31 19:43:16 +08:00
parent 13a61896db
commit 87c852b6a9
11 changed files with 824 additions and 44 deletions

View File

@@ -20,7 +20,9 @@ const API = {
resource: {
getServices: (params) => request.get('/health/service', params),
getAgreement: (params) => request.get('/health/agreement', params),
getHospitalContact: (params) => request.get('/health/hospital-contact', params),
getHospitalInfo: (params) => request.get('/health/hospital-info', params),
getHospitalRanking: (params) => request.get('/health/hospital-ranking', params),
getDepartmentRankings: (params) => request.get('/health/department-rankings', params),
},
ai: {