Procházet zdrojové kódy

sql脚本更新,可能还需要手动配置h5_setting

541469799@qq.com před 1 rokem
rodič
revize
0911d29360
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      public/install/data/install_data.sql

+ 2 - 0
public/install/data/install_data.sql

@@ -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 ('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_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);