sql
This commit is contained in:
parent
fa643ef681
commit
67408f4054
|
|
@ -4,6 +4,9 @@
|
||||||
Source Server : localhost
|
Source Server : localhost
|
||||||
Source Server Type : MySQL
|
Source Server Type : MySQL
|
||||||
Source Server Version : 80032
|
Source Server Version : 80032
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Host : localhost:3306
|
Source Host : localhost:3306
|
||||||
Source Schema : qihang-oms
|
Source Schema : qihang-oms
|
||||||
|
|
||||||
|
|
@ -2469,10 +2472,10 @@ CREATE TABLE `sys_platform` (
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
-- Records of sys_platform
|
-- Records of sys_platform
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
INSERT INTO `sys_platform` VALUES (1, '天猫', 'TMALL', '12175777', '368dbbd183a77d551735be13f59bbcda', '', 'http://gw.api.taobao.com/router/rest');
|
INSERT INTO `sys_platform` VALUES (1, '天猫', 'TMALL', '', '', '', 'http://gw.api.taobao.com/router/rest');
|
||||||
INSERT INTO `sys_platform` VALUES (2, '京东', 'JD', 'FB4CC3688E6F9065D4FF510A53BB60FF', '40e8c8b2427f4e6db8f4a39af27d719e', 'http://www.qumei.com', 'https://api.jd.com/routerjson');
|
INSERT INTO `sys_platform` VALUES (2, '京东', 'JD', '', '', 'http://www.qumei.com', 'https://api.jd.com/routerjson');
|
||||||
INSERT INTO `sys_platform` VALUES (3, '抖店', 'DOUDIAN', '7344938657423296019', '4e704882-832a-42e5-845f-6af991ce0ce2', 'http://www.qumei.com', NULL);
|
INSERT INTO `sys_platform` VALUES (3, '抖店', 'DOUDIAN', '', '', 'http://www.qumei.com', NULL);
|
||||||
INSERT INTO `sys_platform` VALUES (4, '拼多多', 'PDD', 'b92194d1af904c8a86a2c9eff6f9bfb0', '8da714f8dcbfb12d3972626ef8acfc0737aacecb', NULL, NULL);
|
INSERT INTO `sys_platform` VALUES (4, '拼多多', 'PDD', '', '', NULL, NULL);
|
||||||
|
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
-- Table structure for sys_post
|
-- Table structure for sys_post
|
||||||
|
|
@ -2612,10 +2615,10 @@ CREATE TABLE `sys_shop` (
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
-- Records of sys_shop
|
-- Records of sys_shop
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
INSERT INTO `sys_shop` VALUES (1, '天猫旗舰店AB', 1, '', 98, 1, 0, '', 59972781, '31014100', '7b0769269b0c0ca88949791c14eb3a5c', '6102522199aaa4a42a2e6be95d0a5e18657c1576ec563a0351855490', NULL, NULL, NULL, NULL, 'http://gw.api.taobao.com/router/rest');
|
INSERT INTO `sys_shop` VALUES (1, '天猫旗舰店AB', 1, '', 98, 1, 0, '', 59972781, '', '', '', NULL, NULL, NULL, NULL, 'http://gw.api.taobao.com/router/rest');
|
||||||
INSERT INTO `sys_shop` VALUES (2, '京东旗舰店', 2, NULL, 9, 1, 0, NULL, 10706, NULL, NULL, '8abd974c62c34778935b34b5952e6f68izdk', 31535999, NULL, '919b21a3b9d247d08d7701cb8bcc2432ote5', NULL, NULL);
|
INSERT INTO `sys_shop` VALUES (2, '京东旗舰店', 2, NULL, 9, 1, 0, NULL, 10706, NULL, NULL, '', 31535999, NULL, '', NULL, NULL);
|
||||||
INSERT INTO `sys_shop` VALUES (3, '抖音旗舰店', 3, 'http://openapi.jinritemai.com', 87, 1, 1653672695, NULL, 90158786, '7249607407477720636', '36a12497-fb9d-4b54-8cd1-fd1617346687', '', NULL, NULL, NULL, NULL, '2');
|
INSERT INTO `sys_shop` VALUES (3, '抖音旗舰店', 3, 'http://openapi.jinritemai.com', 87, 1, 1653672695, NULL, 90158786, '', '', '', NULL, NULL, NULL, NULL, '2');
|
||||||
INSERT INTO `sys_shop` VALUES (4, '拼多多旗舰店', 4, NULL, 99, 1, 1680698886, '', 100061591, NULL, NULL, '87f8044d2a5f45a489aa3a952785b0d35e61788a', NULL, NULL, NULL, NULL, NULL);
|
INSERT INTO `sys_shop` VALUES (4, '拼多多旗舰店', 4, NULL, 99, 1, 1680698886, '', 100061591, NULL, NULL, '', NULL, NULL, NULL, NULL, NULL);
|
||||||
|
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
-- Table structure for sys_shop_pull_lasttime
|
-- Table structure for sys_shop_pull_lasttime
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue