'use strict'; import { http } from 'yoho-mvc'; function moreGoods(url, data) { return http({ url: location.protocol + url, data: data, }); } export { moreGoods };