Commit 39dde37d by 李传峰

Merge branch 'feature/1007214' into 'release'

Feature/1007214

See merge request rays/pcloud-common-parent!272
parents 01b693ae 59fd07a7
......@@ -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