111
This commit is contained in:
+3
-1
@@ -33,7 +33,9 @@ const api = {
|
||||
getCode(data,header) {
|
||||
return request('/expertAPI/smsSend', data, 'post', true,'application/json',header);
|
||||
},
|
||||
|
||||
getHomeData(){
|
||||
return request('/expertAPI/index', {}, 'post', false);
|
||||
},
|
||||
// 视频相关API
|
||||
getVideoList(data) {
|
||||
return request('/video/list', data, 'get', true);
|
||||
|
||||
Reference in New Issue
Block a user