From 9d6f80f4f0bf66f767f10e30a4524ae5bf40e404 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Thu, 23 Jan 2020 11:48:24 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E5=A2=9E=E5=8A=A0=E8=B0=83=E5=8F=96=20?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=B5=B7=E6=8A=A5=E5=88=86=E4=BA=AB=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E7=9A=84=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ebiz/poster/poster.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/api/ebiz/poster/poster.js b/src/api/ebiz/poster/poster.js index 0a6aaca6b..05de43d83 100644 --- a/src/api/ebiz/poster/poster.js +++ b/src/api/ebiz/poster/poster.js @@ -27,3 +27,12 @@ export function getPosterInfo(data) { data }) } + +// 获取分享图片 +export function shareUrl(data) { + return request({ + url: getUrl('/media/pster/shareUrl', 1), + method: 'post', + data + }) +}