category.js 199 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 import { api } from '../../common/api'; export default { shopSort(params) { return api.get({ data: Object.assign({ method: 'app.shop.getSortInfo' }, params) }); } };