import http from '@/http/api.js' // 列表 export function getList(data) { return http.request({ url: '/gubersail-shop-app/corpsDesc/getServiceProvider', method: 'GET', data }) }