增加门店信息页面
This commit is contained in:
16
api/store.js
16
api/store.js
@ -56,11 +56,11 @@ export function toCollect(id, category) {
|
||||
export function getHostProducts(page, limit) {
|
||||
return request.get(
|
||||
"/product/hot", {
|
||||
page: page,
|
||||
limit: limit
|
||||
}, {
|
||||
login: false
|
||||
}
|
||||
page: page,
|
||||
limit: limit
|
||||
}, {
|
||||
login: false
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
@ -167,3 +167,9 @@ export function postOrderComment(data) {
|
||||
login: true
|
||||
});
|
||||
}
|
||||
|
||||
export function storeListApi(data) {
|
||||
return request.get("store_list", data, {
|
||||
login: false
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user