zego key修改

This commit is contained in:
huangjian
2021-08-09 10:33:55 +08:00
parent 3da06d7461
commit 381f669187

View File

@@ -289,11 +289,11 @@ public class XChatConstants {
public static final String APP_MARK = "yinyou";
public static long ZEGO_APP_ID = 3908889013L;
public static long ZEGO_APP_ID = 1067458582L;
public static byte[] ZEGO_APP_SIGN = new byte[]{
(byte) 0x28, (byte) 0x0f, (byte) 0x39, (byte) 0x21, (byte) 0x2f, (byte) 0x75, (byte) 0x50, (byte) 0x6a,
(byte) 0xf4, (byte) 0x72, (byte) 0x7c, (byte) 0x3a, (byte) 0xc7, (byte) 0x49, (byte) 0xcb, (byte) 0x64,
(byte) 0xcc, (byte) 0x43, (byte) 0xee, (byte) 0x89, (byte) 0x05, (byte) 0x4e, (byte) 0x65, (byte) 0x5d,
(byte) 0x6b, (byte) 0x28, (byte) 0xee, (byte) 0xb8, (byte) 0x73, (byte) 0xf1, (byte) 0x69, (byte) 0x85
(byte)0x2b,(byte)0x86,(byte)0x24,(byte)0xef,(byte)0xd9,(byte)0x96,(byte)0xf1,(byte)0x1c,(byte)0x6b,
(byte)0xa2,(byte)0x28,(byte)0xc3,(byte)0xef,(byte)0x24,(byte)0xdd,(byte)0x64,(byte)0x2e,(byte)0xd7,
(byte)0x33,(byte)0x3f,(byte)0x33,(byte)0x90,(byte)0x07,(byte)0x53,(byte)0xeb,(byte)0xd2,(byte)0xd2,
(byte)0x4e,(byte)0xc5,(byte)0xed,(byte)0xfd,(byte)0x43
};
}