4 lines
139 B
JavaScript
4 lines
139 B
JavaScript
|
const http = uni.$u.http
|
||
|
|
||
|
//会员专区商品列表
|
||
|
export const getAreaGoods = (params) => http.get('/sale/api/wares/list-wares', params)
|