9.5下午提交

This commit is contained in:
zoujiandong
2025-09-05 17:38:14 +08:00
parent ad39805b83
commit c711c53959
17 changed files with 4343 additions and 275 deletions
+21
View File
@@ -401,6 +401,27 @@ const api = {
polularScienceArticleListIndexNew(data){
return request('/expertAPI/polularScienceArticleListIndexNew', data, 'post', false);
},
meetingListBySearch(data){
return request('/expertAPI/meetingListBySearch', data, 'post', false);
},
getExpertByUuid(data){
return request('/expertAPI/getExpertByUuid', data, 'post', false);
},
getUserIcon(data){
return request('/expertAPI/getUserIcon', data, 'post', false);
},
addUserIcon(data){
return request('/expertAPI/addUserIcon', data, 'post', false);
},
getDiseaseList(data){
return request('/expertAPI/disease', data, 'post', false);
},
getPositionList(data){
return request('/expertAPI/positionList', data, 'post', false);
},
getOfficeList(data){
return request('/expertAPI/officeList', data, 'post', false);
},
}
export default api