记得上下班打卡 | git大法好,push需谨慎

Commit c3cf0606 authored by 胡佳晨's avatar 胡佳晨

增加日志

parent 82b69e29
...@@ -32,11 +32,11 @@ liquidnet: ...@@ -32,11 +32,11 @@ liquidnet:
disable: false disable: false
redis: redis:
kylin: kylin:
dbs: 0,16 dbs: 0,256
database: 15 database: 255
host: 39.107.71.112 host: r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
port: 6379 port: 6380
password: 3Xa%8p password: PO@B!Iud32
dragon: dragon:
dbs: 0,16 dbs: 0,16
database: 15 database: 15
...@@ -44,11 +44,11 @@ liquidnet: ...@@ -44,11 +44,11 @@ liquidnet:
port: 6379 port: 6379
password: 3Xa%8p password: 3Xa%8p
sweet: sweet:
dbs: 0,16 dbs: 0,256
database: 15 database: 255
host: 39.107.71.112 host: r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
port: 6379 port: 6380
password: 3Xa%8p password: PO@B!Iud32
adam: adam:
dbs: 0,16 dbs: 0,16
database: 15 database: 15
......
...@@ -76,6 +76,7 @@ public class MaoDengImageHandler implements WxMpMessageHandler { ...@@ -76,6 +76,7 @@ public class MaoDengImageHandler implements WxMpMessageHandler {
ResponseDto<UploadVo> dto = JsonUtils.fromJson(returnData, new TypeReference<ResponseDto<UploadVo>>() { ResponseDto<UploadVo> dto = JsonUtils.fromJson(returnData, new TypeReference<ResponseDto<UploadVo>>() {
}); });
picUrl = "https://img.zhengzai.tv/".concat(dto.getData().getOssPath()); picUrl = "https://img.zhengzai.tv/".concat(dto.getData().getOssPath());
log.debug("[NEW PIC] = " + picUrl);
} }
} catch (Exception e) { } catch (Exception e) {
e.getMessage(); e.getMessage();
...@@ -90,7 +91,7 @@ public class MaoDengImageHandler implements WxMpMessageHandler { ...@@ -90,7 +91,7 @@ public class MaoDengImageHandler implements WxMpMessageHandler {
} }
String maoId = IDGenerator.nextSnowId(); String maoId = IDGenerator.nextSnowId();
redisUtils.setSweetMaoDeng(sweetMaoDengVo,maoId); redisUtils.setSweetMaoDeng(sweetMaoDengVo, maoId);
if (StringUtil.isNotEmpty(textMsg) && StringUtil.isNotEmpty(picUrl)) { if (StringUtil.isNotEmpty(textMsg) && StringUtil.isNotEmpty(picUrl)) {
//redis队列入库 //redis队列入库
...@@ -107,7 +108,7 @@ public class MaoDengImageHandler implements WxMpMessageHandler { ...@@ -107,7 +108,7 @@ public class MaoDengImageHandler implements WxMpMessageHandler {
// 发送活动小程序卡片 // 发送活动小程序卡片
WxMpKefuMessage message = WxMpKefuMessage.MINIPROGRAMPAGE() WxMpKefuMessage message = WxMpKefuMessage.MINIPROGRAMPAGE()
.appId(maConfigure.getWxMaAppid(4)) .appId(maConfigure.getWxMaAppid(4))
.pagePath("pages/webview?query=catActivity&maoId=" +maoId) //小程序路径 .pagePath("pages/webview?query=catActivity&maoId=" + maoId) //小程序路径
.thumbMediaId("ov08q51In7bXX6tXv7Few-ud2-J-hyXnDC5NCNSfc_4") // 正在 .thumbMediaId("ov08q51In7bXX6tXv7Few-ud2-J-hyXnDC5NCNSfc_4") // 正在
// .thumbMediaId("ttUDFdcsOTnGFPBt5xp-vaYe_hS9Jae5C_YUboXmb4c") //test // .thumbMediaId("ttUDFdcsOTnGFPBt5xp-vaYe_hS9Jae5C_YUboXmb4c") //test
// .thumbMediaId("OFjnPjluDGoHH1KOAdxQ_iMyWpBe_c48V40LlN6VmAQ") //图片地址 // .thumbMediaId("OFjnPjluDGoHH1KOAdxQ_iMyWpBe_c48V40LlN6VmAQ") //图片地址
......
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