| | |
| | | |
| | | 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_CONTRACT_OPEN = "contract_open"; |
| | | |
| | | /** |
| | | * 永续合约追加保证金 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_CONTRACT_ADD = "contract_add"; |
| | | /** |
| | | * 交割合约建仓 |
| | | */ |
| | |
| | | /** |
| | | * 新币买入 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_NEW_COIN_OPEN = "new_coin_open"; |
| | | 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"; |
| | | |
| | | |
| | | /** |