9.5上午更新
This commit is contained in:
+21
-9
@@ -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
|
||||
Reference in New Issue
Block a user