From 4429629221bdc7070c9f54c6570a41bfb96146ee Mon Sep 17 00:00:00 2001 From: Penny <2500338766@qq.com> Date: Fri, 12 May 2023 16:23:08 +0800 Subject: [PATCH] =?UTF-8?q?hotfix:=E6=B7=BB=E5=8A=A0=E7=BB=98=E7=94=BB?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/paint.js | 8 ++++++++ pages/userInfo/userInfo.vue | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/api/paint.js b/api/paint.js index 582883c..4f86b97 100644 --- a/api/paint.js +++ b/api/paint.js @@ -38,6 +38,14 @@ export function getAiPaintPage(data) { }) } +// 获取绘画者ai绘画详情 +export function getAiPaintDetails(id) { + return request({ + url: `${serviceTitle}${prefix}/getAiPaintDetails/${id}`, + method: 'get', + }) +} + // 检查某平台用户当日ai绘画次数是否超标 export function checkUserCanAiPaint(data) { return request({ diff --git a/pages/userInfo/userInfo.vue b/pages/userInfo/userInfo.vue index 32be909..3d4fbec 100644 --- a/pages/userInfo/userInfo.vue +++ b/pages/userInfo/userInfo.vue @@ -20,12 +20,12 @@ - +