import { http } from '../utils/http' export const getSetting = (data) => { return http({ method: 'POST', url: '/api/my/getSetting', data: data , }) }