import request from '@/utils/request' // 获取店铺信息 export function getShoping(data) { return request({ url: '/api/merchant', method: 'get', data }); }