qx
qx
2025-02-13 8e4792300d095bdc94e7ec8cd6b5ef1ad3fc4b0c
src/api/hosp/history.js
@@ -50,3 +50,12 @@
        method: 'get',
    })
}
// 获取症状接口集
export function getZhengZhuang() {
    return request({
        url: '/hosp/history/getZhengZhuang',
        method: 'get',
    })
}