瀏覽代碼

db_log修改

wangliang 1 年之前
父節點
當前提交
b11a90f491
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      sop-business/src/main/resources/db/log/wangliang_update_log.sql

+ 4 - 0
sop-business/src/main/resources/db/log/wangliang_update_log.sql

@@ -1147,6 +1147,10 @@ SET name='考勤明细查询', url='dingDetail', `type`='MENU', parent_id=25, `s
 WHERE id=1044;
 
 --2023.9.15update
+INSERT INTO `sys_config` VALUES (32, NULL, 'wxapp.appid', '微信appId', 'wx8b4c77de1b6f387b', NULL, 1, 1, 1, NULL, NULL, NULL);
+INSERT INTO `sys_config` VALUES (33, NULL, 'wxapp.request.url', '微信请求url', 'https://api.weixin.qq.com/sns/jscode2session', NULL, 1, 1, 1, NULL, NULL, NULL);
+INSERT INTO `sys_config` VALUES (34, NULL, 'wxapp.phone.bind.new.url', '微信手机号绑定url(新)', 'https://api.weixin.qq.com/wxa/business/getuserphonenumber?access_token=', NULL, 1, 1, 1, NULL, NULL, NULL);
+
 CREATE TABLE t_wxapp_info
 (
     open_id VARCHAR(100)