wangliang hai 1 ano
pai
achega
b11a90f491

+ 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)