common.js 129 Bytes
Newer Older
1 2 3 4 5
import Api from "~/service/Api"

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