mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 23:42:52 +08:00
[FIX]增加调取 获取海报分享图片的方法
This commit is contained in:
@@ -27,3 +27,12 @@ export function getPosterInfo(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 获取分享图片
|
||||
export function shareUrl(data) {
|
||||
return request({
|
||||
url: getUrl('/media/pster/shareUrl', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user