GFRS-653【待确定】三月三活动 产品类型二维码修改 --提交人:阳华祥

This commit is contained in:
阳华祥
2020-03-02 16:14:58 +08:00
parent c0f6254fb3
commit 59f2f47f39
3 changed files with 43 additions and 17 deletions

View File

@@ -36,3 +36,12 @@ export function shareUrl(data) {
data
})
}
// 产品分享分享图片
export function shareUrlWithQR(data) {
return request({
url: getUrl('/media/pster/shareUrlWithQR', 1),
method: 'post',
data
})
}