17:48修改

This commit is contained in:
zoujiandong
2025-11-14 17:48:07 +08:00
parent f7d44b9c27
commit dcade02e47
5 changed files with 12 additions and 7 deletions
+3
View File
@@ -648,6 +648,9 @@ const api = {
getIsAccount(data){
return request('/expertAPI/getIsAccount', data, 'post', false);
},
patientVideoByJingHuaNew(data){
return request('/expertAPI/patientVideoByJingHuaNew', data, 'post', false);
},
}
export default api