Ver Fonte

feature: 增加 Rest 回调的 KafkaTopicConstants

Walker há 1 ano atrás
pai
commit
edf328826f

+ 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";
+
 }