api文档开发
This commit is contained in:
@@ -25,5 +25,6 @@ export const zyplayerApi = {
|
||||
|
||||
apiCustomFolderAdd: data => apiClient({url: '/api-custom-folder/add', method: 'post', data: data}),
|
||||
apiCustomRequestAdd: data => apiClient({url: '/api-custom-request/add', method: 'post', data: data}),
|
||||
apiCustomRequestDetail: data => apiClient({url: '/api-custom-request/detail', method: 'post', data: data}),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user