2018快递鸟接口支持快递公司编码

/*
Navicat MySQL Data Transfer
 
Source Server         : 3D
Source Server Version : 50722
Source Host           : 127.0.0.1:3306
Source Database       : wclothing
 
Target Server Type    : MYSQL
Target Server Version : 50722
File Encoding         : 65001
 
Date: 2018-07-25 11:34:12
*/
 
SET FOREIGN_KEY_CHECKS=0;
 
-- ----------------------------
-- Table structure for wclothing_logistics
-- ----------------------------
DROP TABLE IF EXISTS `wclothing_logistics`;
CREATE TABLE `wclothing_logistics` (
  `id` int(4) unsigned NOT NULL AUTO_INCREMENT COMMENT '主键id',
  `code` varchar(32) NOT NULL DEFAULT '' COMMENT '物流公司编码',
  `name` varchar(64) NOT NULL DEFAULT '' COMMENT '物流公司名称',
  `create_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
  `update_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '更新时间',
  `status` tinyint(1) DEFAULT '1' COMMENT '第三方是否支持 即时查询',
  `start` tinyint(1) DEFAULT '0' COMMENT '是否启用',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=106 DEFAULT CHARSET=utf8 COMMENT='物流公司表';
 
-- ----------------------------
-- Records of wclothing_logistics
-- ----------------------------
INSERT INTO `wclothing_logistics` VALUES ('1', 'AJ', '安捷快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('2', 'ANE', '安能物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('3', 'AXD', '安信达快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('4', 'BQXHM', '北青小红帽', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('5', 'BFDF', '百福东方', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('7', 'CCES', 'CCES快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('8', 'CITY100', '城市100', '0', '0', '1', '1');
INSERT INTO `wclothing_logistics` VALUES ('9', 'COE', 'COE东方快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('10', 'CSCY', '长沙创一', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('11', 'CDSTKY', '成都善途速运', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('12', 'DBL', '德邦', '0', '0', '1', '1');
INSERT INTO `wclothing_logistics` VALUES ('13', 'DSWL', 'D速物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('14', 'DTWL', '大田物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('15', 'EMS', 'EMS', '0', '0', '1', '1');
INSERT INTO `wclothing_logistics` VALUES ('16', 'FAST', '快捷速递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('17', 'FEDEX', 'FEDEX联邦(国内件)', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('18', 'FEDEX_GJ', 'FEDEX联邦(国际件)', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('19', 'FKD', '飞康达', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('20', 'GDEMS', '广东邮政', '0', '0', '1', '1');
INSERT INTO `wclothing_logistics` VALUES ('21', 'GSD', '共速达', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('22', 'GTO', '国通快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('23', 'GTSD', '高铁速递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('24', 'HFWL', '汇丰物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('25', 'HHTT', '天天快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('26', 'HLWL', '恒路物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('27', 'HOAU', '天地华宇', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('28', 'hq568', '华强物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('30', 'HXLWL', '华夏龙物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('31', 'HYLSD', '好来运快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('32', 'JGSD', '京广速递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('33', 'JIUYE', '九曳供应链', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('34', 'JJKY', '佳吉快运', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('35', 'JLDT', '嘉里物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('36', 'JTKD', '捷特快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('37', 'JXD', '急先达', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('38', 'JYKD', '晋越快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('39', 'JYM', '加运美', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('40', 'JYWL', '佳怡物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('41', 'KYWL', '跨越物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('42', 'LB', '龙邦快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('43', 'LHT', '联昊通速递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('44', 'MHKD', '民航快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('45', 'MLWL', '明亮物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('46', 'NEDA', '能达速递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('47', 'PADTF', '平安达腾飞快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('48', 'QCKD', '全晨快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('49', 'QFKD', '全峰快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('50', 'QRT', '全日通快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('51', 'RFD', '如风达', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('52', 'SAD', '赛澳递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('53', 'SAWL', '圣安物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('54', 'SBWL', '盛邦物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('55', 'SDWL', '上大物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('57', 'SFWL', '盛丰物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('58', 'SHWL', '盛辉物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('59', 'ST', '速通物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('61', 'STWL', '速腾快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('62', 'SURE', '速尔快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('64', 'UAPEX', '全一快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('65', 'UC', '优速快递', '0', '0', '1', '1');
INSERT INTO `wclothing_logistics` VALUES ('66', 'WJWL', '万家物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('67', 'WXWL', '万象物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('68', 'XBWL', '新邦物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('69', 'XFEX', '信丰快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('70', 'XYT', '希优特', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('71', 'XJ', '新杰物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('72', 'YADEX', '源安达快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('73', 'YCWL', '远成物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('74', 'YD', '韵达快递', '0', '0', '1', '1');
INSERT INTO `wclothing_logistics` VALUES ('75', 'YDH', '义达国际物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('76', 'YFEX', '越丰物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('77', 'YFHEX', '原飞航物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('78', 'YFSD', '亚风快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('79', 'YTKD', '运通快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('80', 'YTO', '圆通速递', '0', '0', '1', '1');
INSERT INTO `wclothing_logistics` VALUES ('81', 'YXKD', '亿翔快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('82', 'YZPY', '邮政平邮/小包', '0', '0', '1', '1');
INSERT INTO `wclothing_logistics` VALUES ('83', 'ZENY', '增益快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('84', 'ZHQKD', '汇强快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('85', 'ZJS', '宅急送', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('86', 'ZTE', '众通快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('87', 'ZTKY', '中铁快运', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('88', 'ZTO', '中通速递', '0', '0', '1', '1');
INSERT INTO `wclothing_logistics` VALUES ('89', 'ZTWL', '中铁物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('90', 'ZYWL', '中邮物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('91', 'AMAZON', '亚马逊物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('92', 'SUBIDA', '速必达物流', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('93', 'RFEX', '瑞丰速递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('94', 'QUICK', '快客快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('95', 'CJKD', '城际快递', '0', '0', '1', '1');
INSERT INTO `wclothing_logistics` VALUES ('96', 'CNPEX', 'CNPEX中邮快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('97', 'HOTSCM', '鸿桥供应链', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('98', 'HPTEX', '海派通物流公司', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('99', 'AYCA', '澳邮专线', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('100', 'PANEX', '泛捷快递', '0', '0', '1', '0');
INSERT INTO `wclothing_logistics` VALUES ('101', 'PCA', 'PCA Express', '0', '0', '1', '0');

 

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值