shopping.js 175 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 import { FETCH } from '../libs/fetch' export const shoppingList = () => { return FETCH.request({ url: 'mall/goodsInfo/getPageList', method: 'get' }) }