// 商家相关接口 const api = { /** * 新增商家信息 */ addShop: { url: '/shop/addShop', method: 'POST', limit : 500, auth : true, showLoading : true, },} export default api