hch
2023-11-06 926bc7ccc8f1b01c007da6c6f2dd25f267c209b3
SdkProject/channel/bthygame/java/com/secondworld/sdk/BtGamePlatform.java
@@ -3,9 +3,6 @@
import android.Manifest;
import android.content.Context;
import com.secondworld.sdk.utils.LogUtil;
import org.json.JSONException;
import org.json.JSONObject;
public class BtGamePlatform extends PlatformDiff {
@@ -17,12 +14,12 @@
    @Override
    public  String platformProductCode()  {
        return "11551405828525867075827863910622";
        return "39093968277554192529077309149923";
    }
    @Override
    public  String platformProductKey() {
        return "77792741";
        return "93322915";
    }
    @Override