mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 报错未实现charge-common-api
This commit is contained in:
@@ -35,10 +35,10 @@ public class DirectRabbitConfig {
|
||||
// return new Queue(RabbitConstants.QUEUE_HEART_BEAT);
|
||||
// }
|
||||
//
|
||||
// @Bean
|
||||
// public Queue realtimeDataQueue() {
|
||||
// return new Queue(RabbitConstants.QUEUE_REALTIME_DATA);
|
||||
// }
|
||||
@Bean
|
||||
public Queue realtimeDataQueue() {
|
||||
return new Queue(RabbitConstants.QUEUE_REALTIME_DATA);
|
||||
}
|
||||
//
|
||||
// @Bean
|
||||
// public Queue priceSenderQueue() {
|
||||
@@ -88,10 +88,10 @@ public class DirectRabbitConfig {
|
||||
// return BindingBuilder.bind(heartBeatQueue()).to(exchange()).with(RabbitConstants.QUEUE_HEART_BEAT);
|
||||
// }
|
||||
//
|
||||
// @Bean
|
||||
// public Binding bindRealtimeData() {
|
||||
// return BindingBuilder.bind(realtimeDataQueue()).to(exchange()).with(RabbitConstants.QUEUE_REALTIME_DATA);
|
||||
// }
|
||||
@Bean
|
||||
public Binding bindRealtimeData() {
|
||||
return BindingBuilder.bind(realtimeDataQueue()).to(exchange()).with(RabbitConstants.QUEUE_REALTIME_DATA);
|
||||
}
|
||||
//
|
||||
// @Bean
|
||||
// public Binding bindPriceSender() {
|
||||
|
||||
@@ -4,9 +4,10 @@ package com.jsowell.common.enums;
|
||||
* 软件协议enum
|
||||
*/
|
||||
public enum SoftwareProtocolEnum {
|
||||
YUN_KUAI_CHONG("1", "云快充"),
|
||||
YONG_LIAN("2", "永联"),
|
||||
YOU_DIAN("3", "友电"),
|
||||
YUN_KUAI_CHONGV150("yunkuaichongV150", "云快充V1.5"),
|
||||
YUN_KUAI_CHONGV160("yunkuaichongV160", "云快充V1.6"),
|
||||
YONG_LIAN("yonglianV1", "永联"),
|
||||
YOU_DIAN("youdianV1", "友电"),
|
||||
;
|
||||
|
||||
private String value;
|
||||
|
||||
Reference in New Issue
Block a user