Commit 4362ef54bcc5a2cb9cd8ad877467c1877233982d
1 parent
95ee0eb8
Exists in
master
and in
1 other branch
提交
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 ( | ... | ... |