|
|
@@ -122,9 +122,9 @@
|
|
|
|
|
|
task[@"url"]=Appdelegate.address;
|
|
|
NSString *md5 = [photo objectForKey:@"md5"];
|
|
|
- NSString* encryptu=[AESCrypt encrypt:Appdelegate.user password:@"usai"];
|
|
|
- NSString* encryptp=[AESCrypt encrypt:Appdelegate.password password:@"usai"] ;
|
|
|
-
|
|
|
+
|
|
|
+ NSString* encryptu=[AESCrypt AES128Encrypt:Appdelegate.user key:@"usai"];
|
|
|
+ NSString* encryptp=[AESCrypt AES128Encrypt:Appdelegate.password key:@"usai"];
|
|
|
NSMutableDictionary* params = [@{
|
|
|
@"user" : encryptu,
|
|
|
@"password" : encryptp,
|