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