import Api from "~/service/Api" export function getTrnNameByInr(data) { return Api.post('/business/getTrnNameByInr', data) }