| | |
| | | import android.util.Base64; |
| | | |
| | | import com.cy.yyjia.sdk.center.SdkManager; |
| | | import com.secondworld.sdk.GameApp; |
| | | import com.secondworld.sdk.GameAppProxy; |
| | | import com.secondworld.sdk.utils.CodeU2A; |
| | | |
| | | import org.json.JSONObject; |
| | |
| | | @Override |
| | | public void process(JSONObject json) throws Exception { |
| | | JSONObject extraData = new JSONObject(); |
| | | extraData.put("appid", GameApp.I.appId); |
| | | extraData.put("appid", GameAppProxy.appId); |
| | | extraData.put("cpinfo", json.getString("cpInfo")); |
| | | extraData.put("cporderid", json.getString("orderId")); |
| | | byte[] bytes = extraData.toString().getBytes(StandardCharsets.UTF_8); |