Commit 1a731d06 by 李传峰

Merge branch 'release' into 'master'

Release

See merge request rays/pcloud-common-parent!273
parents 4911c4df 39dde37d
......@@ -493,4 +493,14 @@ public class MQTopicProducer {
* 文本转语音
*/
public static final String TEXT_TO_SPEACH = "topic.textToSpeach";
/**
* 应用修改未审核旧数据修改
*/
public static final String APP_OLD_DATA_CACHE_UPDATE = "topic.appOldDataCacheUpdate";
/**
* 应用修改未审核旧数据删除
*/
public static final String APP_OLD_DATA_CACHE_DELETE = "topic.appOldDataCacheDelete";
}
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