| | |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_BANK_CARD_ORDER_CANCEL = "bank_card_order_cancel"; |
| | | |
| | | /** |
| | | * 矿机交易 |
| | | */ |
| | | public static final String MONEYLOG_CATEGORY_MINER = "miner"; |
| | | |
| | | /** |
| | | * 矿机买入 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_MINER_BUY = "miner_buy"; |
| | | /** |
| | | * 矿机退回本金 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_MINER_BACK = "miner_back"; |
| | | |
| | | /** |
| | | * 矿机收益 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_MINER_PROFIT = "miner_profit"; |
| | | /** |
| | | * 矿机推荐收益 |
| | | */ |
| | | public static final String MONEYLOG_CONTENT_MINER_RECOM_PROFIT = "miner_recom_profit"; |
| | | |
| | | public static Map<String, String> MONEYLOG_CONTENT = new HashMap<String, String>(); |
| | | |
| | | static { |
| | |
| | | */ |
| | | public static String OUT_OR_IN_DEFAULT = "in"; |
| | | |
| | | /** |
| | | * 理财产品交易 |
| | | */ |
| | | public static final String MONEYLOG_CATEGORY_FINANCE = "finance"; |
| | | |
| | | public final static String PROFIT_LOSS_TYPE_PROFIT = "profit"; |
| | | public final static String PROFIT_LOSS_TYPE_LOSS = "loss"; |
| | | public final static String PROFIT_LOSS_TYPE_BUY_PROFIT = "buy_profit"; |