src/api/dataCenter/dataCenter.js
@@ -1,8 +1,19 @@ import request from '@/axios'; export const getaiImagesPage = (data) => { // 列表接口 export const getaiImagesPageAPI = (data) => { return request({ url: `/blade-resource/attach/aiImagesPage`, url: `/blade-resource//attach/attachmentsPage`, method: 'post', data }) }; // 详情接口 export const getAttachInfoAPI = (id) => { return request({ url: `/blade-resource/attach/getAttachInfo`, method: 'get', params: { id, }, }) };