Commit 14436e70 by huzhenkun

微信群打卡添加topic

parent 0e790f97
...@@ -334,4 +334,14 @@ public class MQTopicProducer { ...@@ -334,4 +334,14 @@ public class MQTopicProducer {
* 修改微信群名称 * 修改微信群名称
*/ */
public static final String UPDATE_WXGROUP_NAME = "topic.updateWXGroupName"; public static final String UPDATE_WXGROUP_NAME = "topic.updateWXGroupName";
/**
* 微信群打卡关键词匹配TOPIC
*/
public static final String PUSH_BOOK_CLOCK_KEYWORD = "topic.pushBookClockKeyword";
/**
* 微信群用户绑定TOPIC
*/
public static final String WXGROUP_USER_BIND = "topic.wXGroupUserBind";
} }
package com.pcloud.common.core.constant;
/**
* Description 微信群关键词常量类
* @author HZK
* @date 2019/5/29
*/
public class WXKeywordOperationConstant {
/**
* 打卡作品/应用--加入打卡
*/
public static final String FIRST_JOIN_CLOCK = "FIRST_JOIN_CLOCK";
/**
* 打卡作品/应用--每日打卡
*/
public static final String SEND_ATTENDANCE_RECORD = "SEND_ATTENDANCE_RECORD";
}
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