3
0
Fork 0
web-store-retail-h5/config/special-area.js

6 lines
148 B
JavaScript
Raw Permalink Normal View History

const http = uni.$u.http
//会员专区商品列表
2025-06-09 14:39:09 +08:00
export const getAreaGoods = params =>
http.post('/sale/api/retail-wares/wares-list', params)