Browse Source

feature: 增加 Rest 回调的 KafkaTopicConstants

Walker 1 year ago
parent
commit
edf328826f
1 changed files with 13 additions and 0 deletions
  1. 13 0
      src/main/java/com/ywt/biz/common/constant/KafkaTopicsConstants.java

+ 13 - 0
src/main/java/com/ywt/biz/common/constant/KafkaTopicsConstants.java

@@ -32,4 +32,17 @@ public class KafkaTopicsConstants {
      */
     public static final String SENDTEMPLATEMESSAGEASYNC_WECHATMSGPROVIDER_RPC_MSG = "sendTemplateMessageAsync.WeChatMsgProvider.rpc.msg";
 
+    /**
+     * 眼镜店退款回调
+     */
+    public static final String REFUNDCALLBACK_GLASSESAPISERVICE_REST_MSG = "refundCallback.GlassesApiService.rest.msg";
+    /**
+     * 营养餐微信自动退款回调
+     */
+    public static final String AUTOWECHATREFUNDCALLBACK_NUTRIMEALAPISERVICE_REST_MSG = "autoWeChatRefundCallback.NutrimealApiService.rest.msg";
+    /**
+     * 营养餐退款回调
+     */
+    public static final String REFUNDCALLBACK_NUTRIMEALAPISERVICE_REST_MSG = "refundCallback.NutrimealApiService.rest.msg";
+
 }