import { curEnvConf } from "../env" export const host = curEnvConf.apiHost export default { getLastAppVersion: `/emis/common/getLastAppVersion`, // 获取app最新版本 uploadFile: '/common/ossUpload', // 上传文件 loginByApp: `/loginByApp`, // 登录 getInfoByApp: `/getInfoByApp`,// 获取用户基本信息 updatePwdByApp: `/updatePwdByApp`,// 修改密码 getStaffQRCodePng: `/emis/emisStaff/getStaffQRCodePng`,// 获取用户二维码 getEmisCountry: `/emis/emisCountry/listSimple`, // 获取国家列表 getEmisRegion: `/emis/emisRegion/listSimple`,// 获取省市区列表 getDicDataJson: `/common/getDicDataJson`, // 获取枚举字段 getAppHomeStatData: `/emis/commonTools/getAppHomeStatData`,// 首页统计数据 getLatestNotices: `/emis/commonTools/getLatestNotices`,// 首页统计数据 getCustomerUserAddressList: `/emis/emisCustomerAddress/listSimple`, // 获取客户地址列表 setDefaultAddressById: `/emis/emisCustomerAddress/setDefaultAddressById`, // 设置默认地址 deleteAddressById: `/emis/emisCustomerAddress/deleteAddressById`, // 删除地址 addAddress: `/emis/emisCustomerAddress/addAddress`, // 新增地址 editAddress: `/emis/emisCustomerAddress/editAddress`, // 编辑地址 getAddressById: `/emis/emisCustomerAddress/getAddressById`, // 查看地址 parseAddress: `/emis/common/parseAddress`, // 智能地址解析(仅中国) getTransLineList: `/emis/emisTransLine/listSimple`, // 获取路线列表 getTransProductList: `/emis/emisTransProduct/listSimple`, // 获取产品列表 createOrderNo: `/emis/common/realMatchWaybill`, // 创建运单号 submitOrder: `/emis/emisWaybill/realSubmitOrder`, // 提交订单 getCustomerUserList: `/emis/emisCustomerUser/listSimple`, // 获取网点客户列表 getPickStaffList: `/emis/emisStaff/getStaffList`, // 获取操作、收派 员用户列表 getGoodsList: `/emis/emisGoods/listSimple`, // 获取历史--货物列表 getHotGoodsList: `/emis/emisGoods/listHotGoods`, // 获取热门--货物列表 getMonthpayAccountList: `/emis/emisMonthpayAccount/listSimple`, // 月结账号列表 getDestPositionList: `/emis/emisDestination/listSimple`, // 目的地 列表 getCaculteDestSite: `/emis/emisDestination/getDestSite`, // 自动计算目的地 getSendSiteList: `/emis/emisSite/listSimple`, // 出发地-网点列表 calcWaybillFee: `/emis/emisWaybill/calcWaybillFee`, // 计算运费 calcSetteldWeight: `/emis/emisWaybill/calcSetteldWeight`, // 计算结算重量 calcVolumeWeight: `/emis/emisWaybill/calcVolumeWeight`, // 体积重量计算 getOrderList: `/emis/emisWaybill/listSimple`, // 订单列表 getWaybillStatMap: `/emis/emisWaybill/getWaybillStatMap`, // 运单统计数据 getOrderDetail: `/emis/emisWaybill/getWaybillDetail`, // 订单详情 scanRecord: `/emis/emisTmsScanRecord/scan`, // 扫描- 揽收 getRealGetWaybillPrintData: `/emis/emisWaybill/realGetPrintList`, // 运单 打印数据--图片 getRealGetPrintCommandByApp: `/emis/emisWaybill/realGetPrintByApp`, // 运单 打印数据--打印指令 queryPrintListSimple: `/emis/emisWaybill/queryPrintListSimple`, // 运单 打印数据-列表 getNextStationList: `/emis/emisTmsScanRecord/getNextStationList`, // 获取-扫描下一网点 getPreStationList: `/emis/emisTmsScanRecord/getPreStationList`, // 获取-扫描上一网点 getPackCodeList: `/emis/emisTmsPack/listSimple`, // 获取-合包列表 getPayeeList: `/emis/emisStaff/getPayeeList`, // 回款人联系列表 getSalemanList: `/emis/emisStaff/getSalemanList`, // 销售人联系列表 preCalcWaybillFee: `/emis/emisWaybill/preCalcWaybillFee`, // 报价试算 queryWaybillTraceInfo: `/emis/emisTmsScanRecord/queryWaybillTraceInfo`, // 物流轨迹 queryProblemTypeList: `/emis/emisProblemType/listSimple`, // 问题件类型列表 registerProblemInfo: `/emis/emisWaybillProblemInfo/registerProblemInfo`, // 问题件登记 queryScanWaybillList: `/emis/emisWaybill/queryScanWaybillList`, // 1-发件清单 2-到件清单 3-派件清单 uploadWaybillAttach: `/emis/emisWaybillAttachment/uploadWaybillAttach`, // 运单附件上传 getPackNo: `/emis/common/getPackNo`, // 生成合包号 getCarNoList: `/emis/emisTmsCar/listSimple`, // 获取车牌号列表 confirmOrder: `/emis/emisWaybill/confirmOrder`, // 确认接单 cancelOrder: `/emis/emisWaybill/cancelOrder`, // 取消订单 assignTakeMan: `/emis/emisWaybill/assignTakeMan`, // 转单 getWareHouseInNo: `/emis/common/getWareHouseInNo`, // 获取新进仓单号 getValidExchangeRate: `/emis/emisExchangeRate/getValidExchangeRate`, // 获取汇率 queryBSettleillList: `/emis/emisSettleBill/list`, // 账单列表 getInfoBySettleBillNo: `/emis/emisSettleBill/getInfoBySettleBillNo`, // 获取账单详情 getWxPayQrCode: `/emis/emisSettleBill/getWxPayQrCode`, // 获取微信支付二维码 sumbitWxPay: `/emis/emisSettleBill/sumbitWxPay`, // 账单-唤起微信立即支付 getWarehouseInInfo: `/emis/emisWarehouseIn/getWarehouseInInfo`, // 获取进仓单详情 registerWarehouseInInfo: `/emis/emisWarehouseInBatch/registerWarehouseInInfo`, // 收货入仓登记 getWarehouseInList: `/emis/emisWarehouseIn/listSimple`, // 进仓单列表 exportWarehouseInTpl: `/emis/common/exportWarehouseInTpl`, // 进仓单PDF下载连接 cusConfirmWsIn: `/emis/emisWarehouseIn/cusConfirmWsIn`, // 确认进仓单 getMyProfitStat: `/emis/emisCommissionProfit/getMyProfitStat`, // 计提明细统计(顶部统计) getMyProfitSimpleList: `/emis/emisCommissionProfit/getMyProfitSimpleList`, // 计提明细列表 getMyBizStatInfo: `/emis/emisWaybill/getMyBizStatInfo`, // 业务统计(顶部统计) getMyBizStatList: `/emis/emisWaybill/getMyBizStatList`, // 业务统计明细(区分国家) getMasterEmisWaybills: `/emis/emisWaybill/getMasterEmisWaybills`, // 获取关联主单号 listSimple: `/emis/emisSite/listSimple`, // 获取网点列表 }