//! 商品接口API import http from '../utils/http'; export function getAllGoods() { // console.log(http); return http.get('/goods/list'); }