9.5上午更新

This commit is contained in:
zoujiandong
2025-09-05 10:19:10 +08:00
parent 9a26193ea4
commit 397cf0c88e
13 changed files with 3146 additions and 222 deletions
+21 -9
View File
@@ -297,14 +297,6 @@ const api = {
return request('/expertAPI/modifyMobile', data, 'post', false);
},
pointTicketlist(data){
return request('/expertAPI/pointTicketlist', data, 'post', false);
},
pointTicketExchange(data){
return request('/expertAPI/updateStatus', data, 'post', false);
},
smsSend(data){
return request('/expertAPI/smsSend', data, 'post', false);
},
@@ -381,7 +373,27 @@ const api = {
cancelRes(data){
return request('/expertAPI/cancelRes', data, 'post', false);
},
polularScienceArticleListByKeywordsNew(data){
return request('/expertAPI/polularScienceArticleListByKeywordsNew', data, 'post', false);
},
patientVideoByKeyWordsNew(data){
return request('/expertAPI/patientVideoByKeyWordsNew', data, 'post', false);
},
patientVideoNew(data){
return request('/expertAPI/patientVideoNew', data, 'post', false);
},
top10ByType(data){
return request('/expertAPI/top10ByType', data, 'post', false);
},
videoBySearchNew(data){
return request('/expertAPI/videoBySearchNew', data, 'post', false);
},
patientVideoBySearchNew(data){
return request('/expertAPI/patientVideoBySearchNew', data, 'post', false);
},
polularScienceArticleListIndexNew(data){
return request('/expertAPI/polularScienceArticleListIndexNew', data, 'post', false);
},
}
export default api