api
This commit is contained in:
@@ -300,6 +300,13 @@ const api = {
|
||||
smsSend(data){
|
||||
return request('/expertAPI/smsSend', data, 'post', false);
|
||||
},
|
||||
pointTicketlist(data){
|
||||
return request('/expertAPI/pointTicketlist', data, 'post', false);
|
||||
},
|
||||
|
||||
pointTicketExchange(data){
|
||||
return request('/expertAPI/updateStatus', data, 'post', false);
|
||||
},
|
||||
|
||||
// 肝胆新闻相关API
|
||||
// 顶部轮播
|
||||
|
||||
Reference in New Issue
Block a user