|
@@ -32,4 +32,17 @@ 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";
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 眼镜店退款回调
|
|
|
|
+ */
|
|
|
|
+ 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";
|
|
|
|
+
|
|
}
|
|
}
|