From 576f7eefe00832b8a7f7750cfd0ee6975bcf6acf Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 15 Jun 2020 10:16:02 +0800
Subject: [PATCH] 20200615   代码提交

---
 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