支付增加订阅功能,增加海报生成传递from类型
This commit is contained in:
@ -75,8 +75,8 @@ export function getGroomList(type) {
|
||||
/*
|
||||
* 获取商品海报
|
||||
* */
|
||||
export function getProductPoster(id) {
|
||||
return request.get("/product/poster/" + id, {}, {
|
||||
export function getProductPoster(id, data) {
|
||||
return request.get("/product/poster/" + id, data, {
|
||||
login: true
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user