| | |
| | | |
| | | manifestPlaceholders = [ |
| | | JPUSH_PKGNAME : applicationId, |
| | | JPUSH_APPKEY : "c673a73acba4d06849913fd2", //JPush 上注册的包名对应的 Appkey. Secret:8553897a9a886fb0cf467e97 |
| | | JPUSH_APPKEY : "a94d941cfc07ed3434b488fa", //JPush 上注册的包名对应的 Appkey. Secret:91a0058cd9ac808e50658d73 |
| | | JPUSH_CHANNEL : "developer-default", //暂时填写默认值即可. |
| | | ] |
| | | } |
| | |
| | | public class Const { |
| | | |
| | | public static String oss_domain = "https://jiayixing-bucket.oss-cn-beijing.aliyuncs.com/"; |
| | | public static String accessKeyId = "LTAI5tE2Z7nA1rbtzZYMSPqR"; |
| | | public static String accessKeySecret = "HOGUqx1t4UWh8KepXJf69dlKj4tTBs"; |
| | | public static String bucketName="jiayixing-bucket"; |
| | | public static String endpoint = "oss-cn-beijing.aliyuncs.com"; |
| | | public static String accessKeyId = "LTAI5tJD8ZS6vhobn8HoBi7r"; |
| | | public static String accessKeySecret = "sJL1262XWniXkVkxGSO36EdeGJonYC"; |
| | | public static String bucketName="cy-kuanzhai"; |
| | | public static String endpoint = "oss-cn-shenzhen.aliyuncs.com"; |
| | | |
| | | //手动请求权限列表 |
| | | public static String permissions_write = "android.permission.WRITE_EXTERNAL_STORAGE"; |
| | |
| | | UMConfigure.DEVICE_TYPE_PHONE, |
| | | "" |
| | | ) |
| | | PlatformConfig.setWeixin("wxfba0dbf7c79c8593", "99ffb558cc6af57fd60703fb36e28829") |
| | | PlatformConfig.setWeixin("wx60fea9cd239b6c3a", "47dda1fb8f7fac69700f6591565d7fd1") |
| | | PlatformConfig.setQQZone("1105920536", "bx7zWrVgTskXHZTr") //qq互联 |
| | | JPushInterface.setDebugMode(true) |
| | | JPushInterface.init(this) |