Commit d09444fe by lili

加上更新用户头像

parent 623ff347
...@@ -297,4 +297,9 @@ public class MQTopicProducer { ...@@ -297,4 +297,9 @@ public class MQTopicProducer {
* 微信用户关系 * 微信用户关系
*/ */
public static final String WECHAT_RELATE_INFO = "topic.wechatRelateInfo"; public static final String WECHAT_RELATE_INFO = "topic.wechatRelateInfo";
/**
* 更新用户头像
*/
public static final String UPDATE_USER_HEADURL = "topic.updateUserHeadUrl";
} }
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