AppConfig配置修改
This commit is contained in:
@@ -4,16 +4,12 @@
|
||||
*/
|
||||
package com.yizhuan.erban.avroom.game;
|
||||
|
||||
import com.yizhuan.erban.BuildConfig;
|
||||
|
||||
public class AppConfig {
|
||||
|
||||
protected static final String APP_ID = "1467745235064848385";
|
||||
protected static final String APP_KEY = "BvjLDpWol7OihaYeFebuepx1bZu6cxU5";
|
||||
protected static boolean isTestEnv = BuildConfig.DEBUG;
|
||||
|
||||
protected static boolean isTestEnv = true;
|
||||
|
||||
// 请接入方自己设置 RoomID, 只有在同一房间里,才能一起玩游戏
|
||||
protected static final String mRoomID = "9009";//房间ID,同一个房间ID可对战
|
||||
protected static final String mLanguage = "zh-CN";//语言
|
||||
|
||||
protected static final String GET_APP_CODE = "https://fat-mgp-hello.sudden.ltd/login";
|
||||
}
|
||||
|
Reference in New Issue
Block a user