Browse Source

feature: 补全 rest 回调 kafka topics

Walker 1 year ago
parent
commit
0b20443aff

+ 16 - 3
src/main/java/com/ywt/biz/common/constant/KafkaTopicsConstants.java

@@ -33,18 +33,31 @@ public class KafkaTopicsConstants {
     public static final String SENDTEMPLATEMESSAGEASYNC_WECHATMSGPROVIDER_RPC_MSG = "sendTemplateMessageAsync.WeChatMsgProvider.rpc.msg";
     public static final String SENDTEMPLATEMESSAGEASYNC_WECHATMSGPROVIDER_RPC_MSG = "sendTemplateMessageAsync.WeChatMsgProvider.rpc.msg";
 
 
     /**
     /**
-     * 眼镜店退款回调
+     * 眼镜店退款 rest 回调
      */
      */
     public static final String REFUNDCALLBACK_GLASSESAPISERVICE_REST_MSG = "rest://com.ywt.GlassesApiService/mg/order/refundCallback";
     public static final String REFUNDCALLBACK_GLASSESAPISERVICE_REST_MSG = "rest://com.ywt.GlassesApiService/mg/order/refundCallback";
     /**
     /**
-     * 营养餐微信自动退款回调
+     * 营养餐微信自动退款 rest 回调
      */
      */
     public static final String AUTOWECHATREFUNDCALLBACK_NUTRIMEALAPISERVICE_REST_MSG = "rest://com.ywt.NutrimealApiService/mealOrder/autoWechatRefundCallback";
     public static final String AUTOWECHATREFUNDCALLBACK_NUTRIMEALAPISERVICE_REST_MSG = "rest://com.ywt.NutrimealApiService/mealOrder/autoWechatRefundCallback";
     /**
     /**
-     * 营养餐退款回调
+     * 营养餐退款 rest 回调
      */
      */
     public static final String REFUNDCALLBACK_NUTRIMEALAPISERVICE_REST_MSG = "rest://com.ywt.NutrimealApiService/mealOrder/refundCallback";
     public static final String REFUNDCALLBACK_NUTRIMEALAPISERVICE_REST_MSG = "rest://com.ywt.NutrimealApiService/mealOrder/refundCallback";
 
 
+    /**
+     * 眼镜店支付 rest 回调
+     */
+    public static final String PAYMENTCALLBACK_GLASSESAPISERVICE_REST_MSG = "rest://com.ywt.GlassesApiService/mg/order/paymentCallback";
+    /**
+     * 营养餐微信充值成功 rest 回调
+     */
+    public static final String FINISHINGCHARGING_NUTRIMEALAPISERVICE_REST_MSG = "rest://com.ywt.NutrimealApiService/balance/finishCharging";
+    /**
+     * 营养餐支付成功 rest 回调
+     */
+    public static final String FINISHPAYING_NUTRIMEALAPISERVICE_REST_MSG = "rest://com.ywt.NutrimealApiService/order/finishPaying";
+
 
 
     /**
     /**
      *同步诊疗卡信息
      *同步诊疗卡信息