|
|
@@ -945,3 +945,5 @@ INSERT INTO `yoshop_store_api` VALUES ('11270', 'H5端', '-', '11151', '105', '1
|
|
|
INSERT INTO `yoshop_store_api` VALUES ('11271', '获取设置项', '/client.h5.setting/detail', '11270', '100', '1614556800', '1614556800');
|
|
|
INSERT INTO `yoshop_store_api` VALUES ('11272', '更新设置项', '/client.h5.setting/update', '11270', '105', '1614556800', '1614556800');
|
|
|
|
|
|
+INSERT INTO `yoshop_category`(`category_id`, `name`, `parent_id`, `image_id`, `status`, `sort`, `store_id`, `create_time`, `update_time`) VALUES (10001, '普通商品', 0, 0, 1, 100, 10001, 1709794375, 1709794375);
|
|
|
+INSERT INTO `yoshop_category`(`category_id`, `name`, `parent_id`, `image_id`, `status`, `sort`, `store_id`, `create_time`, `update_time`) VALUES (10002, 'SuperDeal', 0, 0, 1, 100, 10001, 1710336407, 1710336407);
|