This commit is contained in:
haomingming
2025-09-03 17:14:35 +08:00
19 changed files with 1679 additions and 705 deletions
+22 -2
View File
@@ -248,7 +248,7 @@ const api = {
},
//指南标签
guideTag(data){
return request('/expertApp/tagList', data, 'post', false);
return request('/expertAPI/tagList', data, 'post', false);
},
// 会议列表
@@ -319,7 +319,27 @@ const api = {
return request('/expertAPI/newsTagList', data, 'post', false);
},
meetingListV2U(data){
return request('/expertAPI/meetingListV2U', data, 'post', false);
},
applyList(data){
return request('/expertAPI/applyList', data, 'post', false);
},
patientListByGBK(data){
return request('/expertAPI/patientListByGBK', data, 'post', false);
},
followUpList(data){
return request('/expertAPI/followUpList', data, 'post', false);
},
relationRecordLately(data){
return request('/expertAPI/relationRecordLately', data, 'post', false);
},
applyListOperate(data){
return request('/expertAPI/applyListOperate', data, 'post', false);
},
groupList(data){
return request('/expertAPI/groupListU', data, 'post', false);
},
}
export default api