client_Hale
2019-01-09 215d723f4602fa9ef1c43adaf50b54d7c7b73815
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)
        {