意见反馈

This commit is contained in:
haomingming
2025-09-08 09:11:03 +08:00
parent b8f6257bf1
commit d40f65de65
8 changed files with 1294 additions and 25 deletions
+16
View File
@@ -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