oak-pay-business/es/data/shipService.js

90 lines
1.8 KiB
JavaScript
Raw Permalink 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.

// 参见https://www.yuque.com/kdnjishuzhichi/dfcrg1/hgx758hom5p6wz0l
const shipServices = [
{
id: 'sf-sftk',
name: '顺丰特快',
shipCompanyId: 'SF',
},
{
id: 'sf-sfbk',
name: '顺丰标快',
shipCompanyId: 'SF',
},
{
id: 'sf-sfjr',
name: '顺丰即日',
shipCompanyId: 'SF',
},
{
id: 'sf-gjxb',
name: '国际小包',
shipCompanyId: 'SF',
},
{
id: 'sf-gjthps',
name: '国际特惠配送',
shipCompanyId: 'SF',
},
{
id: 'sf-sfgjthwj',
name: '顺丰国际特惠(文件)',
shipCompanyId: 'SF',
},
{
id: 'sf-sfgjthbg',
name: '顺丰国际特惠(包裹)',
shipCompanyId: 'SF',
},
{
id: 'sf-gjdszd',
name: '国际电商专递-标准',
shipCompanyId: 'SF',
},
{
id: 'dbl-bzkd',
name: '标准快递',
shipCompanyId: 'DBL',
},
{
id: 'dbl-tzkj',
name: '特准快件',
shipCompanyId: 'DBL',
},
{
id: 'dbl-djkd360',
name: '大件快递360',
shipCompanyId: 'DBL',
},
{
id: 'yto-bzkd',
name: '标准快递',
shipCompanyId: 'YTO',
},
{
id: 'yto-yzd',
name: '圆准达',
shipCompanyId: 'YTO',
},
{
id: 'zto-bzkd',
name: '标准快递',
shipCompanyId: 'ZTO',
},
{
id: 'zto-zthk',
name: '中通好快',
shipCompanyId: 'ZTO',
},
{
id: 'zto-ztbk',
name: '中通标快',
shipCompanyId: 'ZTO',
},
{
id: 'sto-bzkd',
name: '标准快递',
shipCompanyId: 'STO',
}
];
export default shipServices;