client_Hale
2019-01-17 66923f352486079b4a699aacd02418504b1828dc
Project/yl_sdk/src/game_ylgame/java/com/secondworld/univeralsdk/YLPlatformUtil.java
@@ -152,13 +152,15 @@
    {
        StringBuilder _stringBuilder = new StringBuilder();
        _stringBuilder.append("http://pub.game.2460web.com:11000/event_receiver?").
                append("ProductID=mhtj").
                append("ProductID=snxxz").
                append("&OperatorID=").append("yilegame").
                append("&RegionName=data").
                append("&RegionID=").append(serverID).
                append("&EventID=1105").
                append("&Time=").append(UniversalUtil.getStringDate()).
                append("&AccountID=").append(m_AccountID);
        LogUtil.i(TAG,"注册请求: " + _stringBuilder.toString());
        OkHttpClient client = new OkHttpClient();
        Request request = new Request.Builder()
@@ -177,7 +179,7 @@
                if(response.isSuccessful()){
                    String _code = response.body().string().trim();
                    LogUtil.i(TAG,"注册返回 : " + _code);
                    if(response.body().string().equals("1"))
                    if(_code.equals("1"))
                    {
                        Tracking.setRegisterWithAccountID(m_AccountID);
                        EventUtils.setRegister("mobile",true);