意见反馈
This commit is contained in:
+16
@@ -308,6 +308,9 @@ const api = {
|
||||
return request('/expertAPI/updateStatus', data, 'post', false);
|
||||
},
|
||||
|
||||
addFeedBack(data){
|
||||
return request('/expertAPI/addFeedBack', data, 'post', false);
|
||||
},
|
||||
// 肝胆新闻相关API
|
||||
// 顶部轮播
|
||||
newsRollNew(data){
|
||||
@@ -335,6 +338,9 @@ const api = {
|
||||
patientListByGBK(data){
|
||||
return request('/expertAPI/patientListByGBK', data, 'post', false);
|
||||
},
|
||||
patientListByGBKU(data){
|
||||
return request('/expertAPI/patientListByGBKU', data, 'post', false);
|
||||
},
|
||||
followUpList(data){
|
||||
return request('/expertAPI/followUpList', data, 'post', false);
|
||||
},
|
||||
@@ -401,6 +407,16 @@ const api = {
|
||||
polularScienceArticleListIndexNew(data){
|
||||
return request('/expertAPI/polularScienceArticleListIndexNew', data, 'post', false);
|
||||
},
|
||||
bankCardList(data){
|
||||
return request('/expertPay/bankCardList', data, 'post', false);
|
||||
},
|
||||
getIncomeTax(data){
|
||||
return request('/expertPay/getIncomeTax', data, 'post', false);
|
||||
},
|
||||
createWithdrawal(data){
|
||||
return request('/expertPay/createWithdrawal', data, 'post', false);
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
export default api
|
||||
Reference in New Issue
Block a user