9.5下午提交
This commit is contained in:
+21
@@ -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
|
||||
Reference in New Issue
Block a user