|
|
@@ -24,7 +24,7 @@ export default class HttpCommand {
|
|
|
this.serverUrl = 'https://xiyou-test.duiweize.com/';
|
|
|
}
|
|
|
this.serverUrl = 'http://172.16.15.97:9092/';//李扬
|
|
|
- // this.serverUrl = 'http://172.16.15.91:9092/';//悍国
|
|
|
+ this.serverUrl = 'http://172.16.15.91:9092/';//悍国
|
|
|
}
|
|
|
|
|
|
httpM: any;
|
|
|
@@ -48,8 +48,7 @@ export default class HttpCommand {
|
|
|
connectTest(callback) {
|
|
|
GameController.commonData.ranKey = Utils.randomString()
|
|
|
let data = {
|
|
|
- "mac": "c1:65:e2:1c:b0:26,f6:60:e4:1a:b7:27",
|
|
|
- "mac": "a5:65:e2:1c:b0:26,f6:60:e4:1a:b7:27",
|
|
|
+ "mac": "s0:65:e2:1c:b0:26,f6:60:e4:1a:b7:27",
|
|
|
"psk": GameController.commonData.ranKey,
|
|
|
"appId": GameController.commonData.appid
|
|
|
}
|