import Api from "~/service/Api"

export function changeLang(data) {
    return Api.post('/business/lang/changeLang', data)
}