1.短信功能调整

2.接口返回信息调整
This commit is contained in:
2023-08-28 10:50:28 +08:00
parent ff178a3ee5
commit e84b6d6698
7 changed files with 244 additions and 126 deletions

View File

@@ -41,4 +41,9 @@ public interface AppRedisKey {
*/
String LINE_POSITION = "LINEPOSITION";
/**
* rocketMQ消费key
*/
String RMQ_CONSUME_KEY="rocketMQConsumeKey:";
}