yshop3.1正式发布

This commit is contained in:
xuwenbo
2020-09-14 21:01:28 +08:00
parent 5800da20d2
commit 8a85f44ff6
74 changed files with 9959 additions and 4639 deletions

View File

@ -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
});
}