| | |
| | | |
| | | public static final String IMAGES_DIR = PropertiesUtil.getProperty("images.dir"); |
| | | |
| | | public static final String IMAGES_HTTP = PropertiesUtil.getProperty("images_http"); |
| | | |
| | | public static final String API_HTTP = PropertiesUtil.getProperty("api_http"); |
| | | |
| | | /** |
| | | * c2c卖币 |
| | | */ |
| | |
| | | }; |
| | | |
| | | /** |
| | | * 新币交易 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_NEW_COIN = "new_coin"; |
| | | |
| | | /** |
| | | * 新币买入 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_NEW_COIN_BUY = "new_coin_buy"; |
| | | |
| | | /** |
| | | * 新币买入退回 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_NEW_COIN_RT_BUY = "new_coin_rt_buy"; |
| | | |
| | | |
| | | /** |
| | | * 币币交易 |
| | | */ |
| | | public static final String MONEYLOG_CATEGORY_EXCHANGE = "exchange"; |
| | |
| | | * 永续合约平仓 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_CONTRACT_CLOSE = "contract_close"; |
| | | |
| | | /** |
| | | * 永续合约强制平仓 |
| | | */ |
| | | public static final String MANDATORY_LIQUIDATION_CONTRACT_CLOSE = "mandatory_liquidation"; |
| | | /** |
| | | * 永续合约建仓 |
| | | */ |