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