xiaoyong931011
2021-01-29 f760dee7564a4395b3b29c051955261c72298724
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
package com.xcong.excoin.netty.common;
 
/**
 * @author wzy
 * @date 2019-05-06
 */
public class Contans {
 
    public static final String HEART_BEAT = "ping pong pang";
 
    public static final String WEB_REQ_CONNECTION = "000_000";
 
    public static final String HOME_SYMBOLS = "001_001";
 
    public static final String ORDER_COIN_PRE_ORDER_DATA = "002_001";
 
    public static final String ORDER_COIN_FIND_TRUST_ORDER = "002_002";
 
    public static final String ORDER_PRE_ORDER_DATA = "003_001";
 
    public static final String ORDER_FIND_TRUST_ORDER = "003_002";
 
}