feat:http请求
parent
41354f4a8f
commit
87e6afc257
|
@ -0,0 +1,22 @@
|
||||||
|
package com.muyu.common.rabbit.constants;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Author:蓬叁
|
||||||
|
* @Package:com.muyu.common.rabbit.contants
|
||||||
|
* @Project:cloud-server-8
|
||||||
|
* @name:VehicleGatewayContants
|
||||||
|
* @Date:2024/10/10 上午9:02
|
||||||
|
*/
|
||||||
|
public class VehicleGatewayConstants {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 车辆网关交换机
|
||||||
|
*/
|
||||||
|
public final static String VEHICLE_GETAWAY_EXCHANGE = "vehicle.getaway";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 车辆网关交换机上线路由键
|
||||||
|
*/
|
||||||
|
public final static String VEHICLE_GETAWAY_ROUTING_KEY = "vehicle.getaway.online";
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue