dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(mall): 修改快乐活动订单支付逻辑判断
Administrator
4 days ago
ae6f6e0be0c82cc801fc1a9bb0c7af91d8d02bff
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
rabbit
/
constants
/
RouteKeyConstants.java
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.rabbit.constants;
/**
* @author wzy
* @date 2021-09-25
**/
public class RouteKeyConstants {
public static final String ROUTE_KEY_DEFAULT = "route_key_default_qay";
}