[FIX]增加调取 获取海报分享图片的方法

This commit is contained in:
yuweiqi
2020-01-23 11:48:24 +08:00
parent 16eca8dacf
commit 9d6f80f4f0

View File

@@ -27,3 +27,12 @@ export function getPosterInfo(data) {
data
})
}
// 获取分享图片
export function shareUrl(data) {
return request({
url: getUrl('/media/pster/shareUrl', 1),
method: 'post',
data
})
}