|  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 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) | 
|---|
|  |  |  | { | 
|---|