Commit cf36479a by huzhenkun

Merge branch 'master' of http://begitlab.chubanyun.me/rays/pcloud-common-parent into hzk

parents 6f031eaa 82d309d4
...@@ -83,6 +83,7 @@ liveRunEnvironment = prod_ ...@@ -83,6 +83,7 @@ liveRunEnvironment = prod_
uedThirdPartyOrderUrl=https://rayscloud.chubanyun.net uedThirdPartyOrderUrl=https://rayscloud.chubanyun.net
group.qr.domain = https://weixin23.5rs.me/W23/C3/other/ group.qr.domain = https://weixin23.5rs.me/W23/C3/other/
fission.use.email = leibin@dcrays.cn
## \u7CFB\u7EDF\u73AF\u5883 ## \u7CFB\u7EDF\u73AF\u5883
system.env = pro system.env = pro
......
...@@ -85,7 +85,7 @@ liveRunEnvironment = uat_ ...@@ -85,7 +85,7 @@ liveRunEnvironment = uat_
uedThirdPartyOrderUrl=http://deveapi.chubanyun.net uedThirdPartyOrderUrl=http://deveapi.chubanyun.net
group.qr.domain = https://weixin35515.raysyun.com/W35515/C35515/other/ group.qr.domain = https://weixin35515.raysyun.com/W35515/C35515/other/
fission.use.email = lili@dcrays.cn
## \u7CFB\u7EDF\u73AF\u5883 ## \u7CFB\u7EDF\u73AF\u5883
system.env = uat system.env = uat
......
...@@ -293,6 +293,11 @@ public class MQTopicProducer { ...@@ -293,6 +293,11 @@ public class MQTopicProducer {
*/ */
public static final String UPDATE_BOOK_COVERIMG = "topic.updateBookCoverImg"; public static final String UPDATE_BOOK_COVERIMG = "topic.updateBookCoverImg";
/**
* 更新图书名称
*/
public static final String UPDATE_BOOK_NAME = "topic.updateBookName";
/** /**
* 微信用户关系 * 微信用户关系
*/ */
......
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