Commit 13dd5c6b31d3daf4667b3a16a7819f0a0e2e0996

Authored by 陆恒
1 parent 4362ef54
Exists in master and in 1 other branch ver2.3.6

提交

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/HttpServer/logic/constdef.go
... ... @@ -52,8 +52,8 @@ const (
52 52 //XIAOXINGXING_SERVERKEYTEST = "e2cd22102143cdcd9c181f962d031685"
53 53 XIAOXINGXING_SERVERKEYTEST = "448388175646884a4fefe21d110e27bf"
54 54 XIAOXINGXING_SERVERKEYTEST_1015 = "a81eb66afd923d24e65a4b542592bc41"
55   - XIAOXINGXING_SDKURLOFFICAL = "https://testapi-gamesdk.d3games.com/"
56   - //XIAOXINGXING_SDKURLOFFICAL = "https://api.gamesdk.hmjoy.cn/"
  55 + //XIAOXINGXING_SDKURLOFFICAL = "https://testapi-gamesdk.d3games.com/"
  56 + XIAOXINGXING_SDKURLOFFICAL = "https://api.gamesdk.hmjoy.cn/"
57 57 )
58 58  
59 59 const (
... ...