update:ChannelConfig 更新
This commit is contained in:
24
ChannelConfigs/Android/tw/TWAdapter.java
Normal file
24
ChannelConfigs/Android/tw/TWAdapter.java
Normal file
@@ -0,0 +1,24 @@
|
||||
package com.unity3d.player;
|
||||
|
||||
import android.util.Log;
|
||||
|
||||
import org.json.JSONArray;
|
||||
import org.json.JSONObject;
|
||||
|
||||
import java.util.Locale;
|
||||
|
||||
// Tw 渠道
|
||||
public class TWAdapter extends ChannelAdapterBase {
|
||||
|
||||
private static final String TAG = "TWAdapter";
|
||||
|
||||
//- tw包
|
||||
private static class Config {
|
||||
//-
|
||||
public String SDK_CLIENTID = "Android_5.00_tyGuest,facebook.googleplay.0-hall20587.rustore.FishingTravelTw";
|
||||
|
||||
//-
|
||||
public static String SDK_LOGIN_SERVER_URL = "https://128-hwsfsdk-sdk-ts02.sdk-k8s-us-gcp.arksgame.com";
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user