bug--后台商城配置修改成本地的
This commit is contained in:
@ -6593,8 +6593,8 @@ INSERT INTO `yx_system_config` VALUES (179, 'integral_ratio', '1', 0, 0);
|
||||
INSERT INTO `yx_system_config` VALUES (180, 'store_brokerage_ratio', '70', NULL, NULL);
|
||||
INSERT INTO `yx_system_config` VALUES (182, 'user_extract_min_price', '1', NULL, NULL);
|
||||
INSERT INTO `yx_system_config` VALUES (183, 'store_brokerage_two', '30', NULL, NULL);
|
||||
INSERT INTO `yx_system_config` VALUES (184, 'site_url', 'https://h5.yixiang.co', 0, 0);
|
||||
INSERT INTO `yx_system_config` VALUES (185, 'api_url', 'https://h5api.xinxintuan.co', 0, 0);
|
||||
INSERT INTO `yx_system_config` VALUES (184, 'site_url', 'http://127.0.0.1:8080', 0, 0);
|
||||
INSERT INTO `yx_system_config` VALUES (185, 'api_url', 'http://127.0.0.1:8008', 0, 0);
|
||||
INSERT INTO `yx_system_config` VALUES (186, 'order_cancel_job_time', '20', 0, 0);
|
||||
INSERT INTO `yx_system_config` VALUES (187, 'wechat_appid', 'wxc061dee8806ff712', NULL, NULL);
|
||||
INSERT INTO `yx_system_config` VALUES (188, 'wechat_appsecret', '1111', NULL, NULL);
|
||||
@ -6629,7 +6629,7 @@ INSERT INTO `yx_system_config` VALUES (218, 'sms_sign', 'yshop', 0, 0);
|
||||
INSERT INTO `yx_system_config` VALUES (219, 'exp_enable', '1', 0, 0);
|
||||
INSERT INTO `yx_system_config` VALUES (220, 'exp_appId', '1607734', 0, 0);
|
||||
INSERT INTO `yx_system_config` VALUES (221, 'exp_appKey', '33333333333333', 0, 0);
|
||||
INSERT INTO `yx_system_config` VALUES (222, 'admin_api_url', 'https://consoleapi.xinxintuan.co', 0, 0);
|
||||
INSERT INTO `yx_system_config` VALUES (222, 'admin_api_url', 'http://127.0.0.1:8001', 0, 0);
|
||||
INSERT INTO `yx_system_config` VALUES (223, 'imageArr', '[\"\"]', 0, 0);
|
||||
INSERT INTO `yx_system_config` VALUES (224, 'wechat_ma_encodingaeskey', '', 0, 0);
|
||||
INSERT INTO `yx_system_config` VALUES (225, 'wxapi', 'http://你的H5api端域名/api/wxapp/serve', 0, 0);
|
||||
|
Reference in New Issue
Block a user