import { http } from "../util/api"; export const commonAPI = { getRegion: () => http.get('/common/provinces'), } export default { commonAPI }