Commit a3d777d379f773f53697077b1ce841e39f276dbd

Authored by 陆恒
1 parent feff120d
Exists in master

提交

src/HttpServer/logic/constdef.go
... ... @@ -46,7 +46,7 @@ const (
46 46  
47 47 const (
48 48 //XIAOXINGXING_SERVERKEYTEST = "e2cd22102143cdcd9c181f962d031685"
49   - XIAOXINGXING_SERVERKEYTEST = "49736a448e8dd9f25e85eba8df6ecabe"
  49 + XIAOXINGXING_SERVERKEYTEST = "6e6d388a723171bf447fc308fb92aa10"
50 50 XIAOXINGXING_SERVERKEYTEST_1015 = "a81eb66afd923d24e65a4b542592bc41"
51 51 XIAOXINGXING_SERVERKEYTEST_1016 = "1909c8f83d1c162a7dba3ddb28b35b0f"
52 52 //XIAOXINGXING_SDKURLOFFICAL = "https://testapi-gamesdk.d3games.com/"
... ...
src/common/redis/def.go
1 1 package redis
2 2  
3 3 const (
4   - USER_DATA_KEY = "BRAINHOLE_USER_DATA_KEY" //玩家数据
  4 + USER_DATA_KEY = "GUNSHOT_USER_DATA_KEY" //玩家数据
5 5  
6 6 )
... ...