client_Hale
2019-01-18 d38ccc61d18668f8bfe467b5c5b62f505ec1b7f7
Project/app/src/game_226114725/java/com/secondworld/univeralsdk/FreePlatformUtil.java
@@ -8,7 +8,6 @@
import com.allugame.freesdk.entities.FreeOrder;
import com.allugame.freesdk.port.FreePlatform;
import com.reyun.tracking.sdk.Tracking;
import com.ss.android.common.applog.TeaAgent;
import com.ss.android.common.lib.EventUtils;
import org.json.JSONException;
@@ -20,14 +19,13 @@
/**
 * Created by Administrator on 2018/7/18 0018.
 */
public class FreePlatformUtil
{
    private static FreePlatformUtil s_Instance;
    private boolean m_Init = false;
    public static FreePlatformUtil getInstace()
    public static FreePlatformUtil getInstance()
    {
        if (s_Instance == null)
        {