emis-app/common/api/url.js

64 lines
4.3 KiB
JavaScript
Raw Normal View History

2024-06-04 09:27:57 +00:00
import { curEnvConf } from "../env"
export const host = curEnvConf.apiHost
2023-12-18 16:30:33 +00:00
export default {
2024-06-16 03:54:33 +00:00
getLastAppVersion: `/emis/common/getLastAppVersion`, // 获取app最新版本
2024-04-27 12:44:15 +00:00
uploadFile: '/common/ossUpload',
2024-04-24 07:15:06 +00:00
loginByApp: `/loginByApp`, // 登录
getInfoByApp: `/getInfoByApp`,// 获取用户基本信息
2024-06-08 18:06:43 +00:00
updatePwdByApp: `/updatePwdByApp`,// 修改密码
getStaffQRCodePng: `/emis/emisStaff/getStaffQRCodePng`,// 获取用户二维码
2024-05-27 05:51:40 +00:00
getEmisCountry: `/emis/emisCountry/listSimple`, // 获取国家列表
getEmisRegion: `/emis/emisRegion/listSimple`,// 获取省市区列表
2024-04-24 07:15:06 +00:00
getDicDataJson: `/common/getDicDataJson`, // 获取枚举字段
2024-05-08 15:44:43 +00:00
getAppHomeStatData: `/emis/commonTools/getAppHomeStatData`,// 首页统计数据
getLatestNotices: `/emis/commonTools/getLatestNotices`,// 首页统计数据
2024-04-28 09:50:39 +00:00
getCustomerUserAddressList: `/emis/emisCustomerAddress/listSimple`, // 获取客户地址列表
setDefaultAddressById: `/emis/emisCustomerAddress/setDefaultAddressById`, // 设置默认地址
deleteAddressById: `/emis/emisCustomerAddress/deleteAddressById`, // 删除地址
addAddress: `/emis/emisCustomerAddress/addAddress`, // 新增地址
editAddress: `/emis/emisCustomerAddress/editAddress`, // 编辑地址
getAddressById: `/emis/emisCustomerAddress/getAddressById`, // 查看地址
2024-05-06 07:35:01 +00:00
parseAddress: `/emis/common/parseAddress`, // 智能地址解析(仅中国)
2024-04-24 07:15:06 +00:00
getTransLineList: `/emis/emisTransLine/listSimple`, // 获取路线列表
2024-04-26 10:32:18 +00:00
getTransProductList: `/emis/emisTransProduct/listSimple`, // 获取产品列表
2024-04-24 07:15:06 +00:00
createOrderNo: `/emis/common/realMatchWaybill`, // 创建运单号
submitOrder: `/emis/emisWaybill/realSubmitOrder`, // 提交订单
getCustomerUserList: `/emis/emisCustomerUser/listSimple`, // 获取网点客户列表
2024-04-27 03:19:18 +00:00
getPickStaffList: `/emis/emisStaff/getStaffList`, // 获取操作、收派 员用户列表
2024-04-28 16:24:04 +00:00
getGoodsList: `/emis/emisGoods/listSimple`, // 获取历史--货物列表
2024-05-07 17:20:45 +00:00
getHotGoodsList: `/emis/emisGoods/listHotGoods`, // 获取热门--货物列表
2024-04-27 03:19:18 +00:00
getMonthpayAccountList: `/emis/emisMonthpayAccount/listSimple`, // 月结账号列表
2024-04-27 09:59:09 +00:00
getDestPositionList: `/emis/emisDestination/listSimple`, // 目的地 列表
getCaculteDestSite: `/emis/emisDestination/getDestSite`, // 自动计算目的地
2024-05-29 08:09:20 +00:00
getSendSiteList: `/emis/emisSite/listSimple`, // 出发地-网点列表
2024-05-06 16:38:24 +00:00
calcWaybillFee: `/emis/emisWaybill/calcWaybillFee`, // 计算运费
2024-05-12 05:25:11 +00:00
calcSetteldWeight: `/emis/emisWaybill/calcSetteldWeight`, // 计算结算重量
calcVolumeWeight: `/emis/emisWaybill/calcVolumeWeight`, // 体积重量计算
2024-04-28 05:25:25 +00:00
warehouseInList: `/emis/emisWarehouseIn/listSimple`, // 下单-进仓单列表
2024-05-06 16:38:24 +00:00
getOrderList: `/emis/emisWaybill/listSimple`, // 订单列表
2024-06-18 08:43:27 +00:00
getWaybillStatMap: `/emis/emisWaybill/getWaybillStatMap`, // 运单统计数据
2024-05-06 16:38:24 +00:00
getOrderDetail: `/emis/emisWaybill/getWaybillDetail`, // 订单详情
2024-05-07 16:13:08 +00:00
scanRecord: `/emis/emisTmsScanRecord/scan`, // 扫描- 揽收
2024-05-12 12:49:00 +00:00
getRealGetWaybillPrintData: `/emis/emisWaybill/realGetPrintList`, // 运单 打印数据
queryPrintListSimple: `/emis/emisWaybill/queryPrintListSimple`, // 运单 打印数据-列表
2024-05-08 04:16:29 +00:00
getNextStationList: `/emis/emisTmsScanRecord/getNextStationList`, // 获取-扫描下一网点
2024-05-30 11:24:27 +00:00
getPreStationList: `/emis/emisTmsScanRecord/getPreStationList`, // 获取-扫描上一网点
getPackCodeList: `/emis/emisTmsPack/listSimple`, // 获取-合包列表
2024-05-21 18:19:58 +00:00
getPayeeList: `/emis/emisStaff/getPayeeList`, // 回款人联系列表
getSalemanList: `/emis/emisStaff/getSalemanList`, // 销售人联系列表
preCalcWaybillFee: `/emis/emisWaybill/preCalcWaybillFee`, // 报价试算
queryWaybillTraceInfo: `/emis/emisTmsScanRecord/queryWaybillTraceInfo`, // 物流轨迹
2024-05-23 10:05:40 +00:00
queryProblemTypeList: `/emis/emisProblemType/listSimple`, // 问题件类型列表
registerProblemInfo: `/emis/emisWaybillProblemInfo/registerProblemInfo`, // 问题件登记
queryScanWaybillList: `/emis/emisWaybill/queryScanWaybillList`, // 1-发件清单 2-到件清单 3-派件清单
2024-06-15 15:17:03 +00:00
uploadWaybillAttach: `/emis/emisWaybillAttachment/uploadWaybillAttach`, // 运单附件上传
2024-06-15 15:32:09 +00:00
getPackNo: `/emis/common/getPackNo`, // 生成合包号
2024-06-21 03:07:37 +00:00
getCarNoList: `/emis/emisTmsCar/listSimple`, // 获取车牌号列表
2024-06-29 17:19:08 +00:00
confirmOrder: `/emis/emisWaybill/confirmOrder`, // 确认接单
cancelOrder: `/emis/emisWaybill/cancelOrder`, // 取消订单
2023-12-18 16:30:33 +00:00
}