Feat:购物车推荐商品

This commit is contained in:
modendeveloper
2024-09-19 01:21:26 +08:00
parent 6b408c41d3
commit 30261f183a
3 changed files with 117 additions and 8 deletions
+9
View File
@@ -576,4 +576,13 @@ export function getUserSpreadRule(param) {
*/
export function getHistory(params) {
return request.get('/history/list', params)
}
/**
* 购物车猜你喜欢
* @param {*} params
* @returns
*/
export function getUserLike(params) {
return request.get('/cart/guessYouLike',params)
}