解决冲突 api/api.js
This commit is contained in:
+26
-3
@@ -281,9 +281,9 @@ const api = {
|
||||
return request('/expertAPI/appMesageRead', data, 'post', false);
|
||||
},
|
||||
|
||||
bankCardList(data){
|
||||
return request('/pingExpertV2/bankCardList', data, 'post', false);
|
||||
},
|
||||
// bankCardList(data){
|
||||
// return request('/pingExpertV2/bankCardList', data, 'post', false);
|
||||
// },
|
||||
|
||||
identificationBankCardNew(data){
|
||||
return request('/pingExpertV2/identificationBankCardNew', data, 'post', false);
|
||||
@@ -407,6 +407,7 @@ const api = {
|
||||
polularScienceArticleListIndexNew(data){
|
||||
return request('/expertAPI/polularScienceArticleListIndexNew', data, 'post', false);
|
||||
},
|
||||
|
||||
bankCardList(data){
|
||||
return request('/expertPay/bankCardList', data, 'post', false);
|
||||
},
|
||||
@@ -417,6 +418,28 @@ const api = {
|
||||
return request('/expertPay/createWithdrawal', 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