qinxianzhangyao
2024-04-26 1e4a70437b5e2f7bd027ebc4081c22b315da3025
src/api/hosp/history.js
@@ -50,3 +50,12 @@
        method: 'get',
    })
}
// 获取症状接口集
export function getZhengZhuang() {
    return request({
        url: '/hosp/history/getZhengZhuang',
        method: 'get',
    })
}