Преглед на файлове

修改kafka topics的命名

daiyihua преди 1 година
родител
ревизия
435bf1c909
променени са 1 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 6 6
      src/main/java/com/ywt/biz/common/constant/KafkaTopicsConstants.java

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

@@ -35,28 +35,28 @@ public class KafkaTopicsConstants {
     /**
      * 眼镜店退款 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";
+    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";
+    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";
+    public static final String FINISHPAYING_NUTRIMEALAPISERVICE_REST_MSG = "rest:__com.ywt.NutrimealApiService_order_finishPaying";
 
 
     /**