Commit d56d6620ccae304ec028204e2a987eb9dc772f23
1 parent
ede683bc
Exists in
master
and in
4 other branches
提交测试环境
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/HttpServer/logic/constdef.go
... | ... | @@ -43,10 +43,10 @@ const ( |
43 | 43 | |
44 | 44 | const ( |
45 | 45 | //XIAOXINGXING_SERVERKEY = "33e0c3238c108a36d87025544c6a2d2f" |
46 | - //XIAOXINGXING_SERVERKEYTEST = "e2cd22102143cdcd9c181f962d031685" | |
47 | - XIAOXINGXING_SERVERKEYTEST = "33e0c3238c108a36d87025544c6a2d2f" | |
48 | - XIAOXINGXING_SDKURL = "https://testapi-gamesdk.d3games.com/" | |
49 | - XIAOXINGXING_SDKURLOFFICAL = "https://api.gamesdk.hmjoy.cn/" | |
46 | + XIAOXINGXING_SERVERKEYTEST = "e2cd22102143cdcd9c181f962d031685" | |
47 | + //XIAOXINGXING_SERVERKEYTEST = "33e0c3238c108a36d87025544c6a2d2f" | |
48 | + XIAOXINGXING_SDKURLOFFICAL = "https://testapi-gamesdk.d3games.com/" | |
49 | + //XIAOXINGXING_SDKURLOFFICAL = "https://api.gamesdk.hmjoy.cn/" | |
50 | 50 | ) |
51 | 51 | |
52 | 52 | const ( | ... | ... |