yshop3.1正式发布
This commit is contained in:
@ -186,10 +186,11 @@ export function postAddress(data) {
|
||||
/*
|
||||
* 获取收藏产品
|
||||
* */
|
||||
export function getCollectUser(page, limit) {
|
||||
export function getCollectUser(page, limit, type) {
|
||||
return request.get("/collect/user", {
|
||||
page: page,
|
||||
limit: limit
|
||||
limit: limit,
|
||||
type
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user