Commit 81b16f5e by pierce

修改字符串加密的key

parent ad1fed98
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
- (NSString *)decodeKey { - (NSString *)decodeKey {
if (_decodeKey == nil) { if (_decodeKey == nil) {
_decodeKey = [[ObfuseTableBase64 inst] decode:@"RnVzaUNsdWIxMjM0NTY3OA=="]; _decodeKey = [[ObfuseTableBase64 inst] decode:@"DU178epVSEoWChCKpQR5Pall"];
} }
return _decodeKey; return _decodeKey;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment