2026-07-27 11:28:33 +08:00

10 lines
497 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module.exports = {
createOrder: '020003',//订单接入
cancelOrder: '020006',//取消订单
getShippingDetail: '040001',//获取物流信息
getWayBill: '010004',// 面单查询 (该接口用于获取邮政面单面单信息为pdf格式方便客户直接打印面单)
modifyOrder: '020007',// 改址撤单作废催投再派接口
pickupResult: '030008',// 揽收结果查询接口
parseAddress: '060001',// 地址解析接口
checkAddress: '060002' //订单收寄管控
}