feat:http请求

dev
yuan 2024-10-10 20:27:24 +08:00
parent 41354f4a8f
commit 87e6afc257
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
package com.muyu.common.rabbit.constants;
/**
* @Author
* @Packagecom.muyu.common.rabbit.contants
* @Projectcloud-server-8
* @nameVehicleGatewayContants
* @Date2024/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";
}