111814
源代码如下: String appId = "sHxob1bo1f7HGyGDOTjsVfqo-gzGzoHsz"; String appKey = "XXXXX"; // 这里隐藏了 String masterKey = "XXXXX"; // 这里隐藏了 AVOSCloud.initialize(appId, appKey, masterKey); AVOSCloud.setDebugLogEnabled(true); AVOSCloud.useAVCloudCN(); AVPush push = new AVPush(); JSONObject object = new JSONObje…