import http from './http.js' let URL_CONFIG = '/jero-boot/' // 标协会员基本信息 const getStandardBasicInfo = (params) => http.get(`${URL_CONFIG}`, params) export { getStandardBasicInfo }