Commit b1e92924 authored by fuqi666's avatar fuqi666

服务迁移,ip修改

parent ba5ea8c8
...@@ -658,7 +658,7 @@ public class MobPushService { ...@@ -658,7 +658,7 @@ public class MobPushService {
private Map<String, Object> getCustomStyle() { private Map<String, Object> getCustomStyle() {
Map<String, Object> map = new HashMap<>(); Map<String, Object> map = new HashMap<>();
map.put("styleNo", 1); map.put("styleNo", 1);
map.put("backgroundUrl", "https://socialsecurity.oss-cn-beijing.aliyuncs.com/userPhoto/ycfj.png"); map.put("backgroundUrl", "https://socialsecurity-storage.oss-cn-beijing.aliyuncs.com/userPhoto/ycfj.png");
map.put("smallIcons", "http://i.weface.com.cn/banners/tcformphoto/certificationOldSuucess01.gif"); map.put("smallIcons", "http://i.weface.com.cn/banners/tcformphoto/certificationOldSuucess01.gif");
map.put("buttonCopy", "测试文案"); map.put("buttonCopy", "测试文案");
map.put("buttonJumpUrl", "https://www.hutool.cn/"); map.put("buttonJumpUrl", "https://www.hutool.cn/");
......
...@@ -3,7 +3,7 @@ spring: ...@@ -3,7 +3,7 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
druid: druid:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://rm-uf6w14h3ark4z3pwxlo.mysql.rds.aliyuncs.com/kk_demain_db?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8 url: jdbc:mysql://rm-uf6gjb496ll7c597q.mysql.rds.aliyuncs.com/kk_demain_db?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
username: kk_demain_user username: kk_demain_user
password: KkWeface0228 password: KkWeface0228
initial-size: 10 initial-size: 10
......
...@@ -58,7 +58,7 @@ mybatis-plus: ...@@ -58,7 +58,7 @@ mybatis-plus:
gexiang: gexiang:
redis: redis:
hostname: 172.21.6.6 hostname: 172.21.9.35
database: 0 database: 0
port: 6379 port: 6379
maxTotal: 1000 maxTotal: 1000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment