import { createAPI } from "@/utils/httpRequest.js"; export const getTransInfoList = data => createAPI('/trans/getTransInfoList','post',data)