api
This commit is contained in:
parent
dc17a06548
commit
8a38bafabe
@ -300,6 +300,13 @@ const api = {
|
|||||||
smsSend(data){
|
smsSend(data){
|
||||||
return request('/expertAPI/smsSend', data, 'post', false);
|
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
|
// 肝胆新闻相关API
|
||||||
// 顶部轮播
|
// 顶部轮播
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user