mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
const { http } = uni.$u
|
|
|
|
//获取购物车数据
|
|
export const getCartProductDetail = () => http.get('/trade/cart/get-detail')
|
|
|