Commit df0935f03f3201a8c6882507cf136a2ff760a687

Authored by 陆恒
1 parent 63a71957

提交

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
src/HttpServer/logic/constdef.go
... ... @@ -42,8 +42,9 @@ const (
42 42 )
43 43  
44 44 const (
45   - XIAOXINGXING_SERVERKEY = "33e0c3238c108a36d87025544c6a2d2f"
46   - XIAOXINGXING_SERVERKEYTEST = "e2cd22102143cdcd9c181f962d031685"
  45 + //XIAOXINGXING_SERVERKEY = "33e0c3238c108a36d87025544c6a2d2f"
  46 + //XIAOXINGXING_SERVERKEYTEST = "e2cd22102143cdcd9c181f962d031685"
  47 + XIAOXINGXING_SERVERKEYTEST = "33e0c3238c108a36d87025544c6a2d2f"
47 48 XIAOXINGXING_SDKURL = "https://testapi-gamesdk.d3games.com/"
48 49 XIAOXINGXING_SDKURLOFFICAL = "https://api.gamesdk.hmjoy.cn/"
49 50 )
... ...