From 2d789962b55bb692b328e6914ded9636f68c1baf Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 06 Jul 2020 19:03:35 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/chonggaoxiao/new_excoin --- src/main/java/com/xcong/excoin/common/contants/AppContants.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/excoin/common/contants/AppContants.java b/src/main/java/com/xcong/excoin/common/contants/AppContants.java index 9bfbc23..732ae93 100644 --- a/src/main/java/com/xcong/excoin/common/contants/AppContants.java +++ b/src/main/java/com/xcong/excoin/common/contants/AppContants.java @@ -19,6 +19,8 @@ */ public static final String APP_LOGIN_PREFIX = "app_"; + public static final String PC_LOGIN_PREFIX = "pc_"; + /** * token头部 */ @@ -49,6 +51,9 @@ */ public static final BigDecimal INIT_MONEY = BigDecimal.ZERO; + + public static final Integer INIT_SIMULATE_MONEY = 5000; + /** * homeSymbols 接口状态值 币币 */ -- Gitblit v1.9.1