xiaoyong931011
2020-05-27 86dba4c9631c1c7d2f11a2fdd30427eeb5524105
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";
 
}