Commit d24f9dd16f48d4aa4507b5f45a9014e04f9c5768
1 parent
d4e747ac
0.6.0详细地址加密
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveCMineModule.podspec
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
| 10 | s.name = 'CNLiveCMineModule' | 10 | s.name = 'CNLiveCMineModule' |
| 11 | - s.version = '0.5.9' | 11 | + s.version = '0.6.0' |
| 12 | s.summary = '网家家C端个人中心' | 12 | s.summary = '网家家C端个人中心' |
| 13 | 13 | ||
| 14 | # This description is used to generate tags and improve search results. | 14 | # This description is used to generate tags and improve search results. |
CNLiveCMineModule/Classes/CNCSubMine/ViewController/CNMinePersonNicknameController.m
| @@ -366,7 +366,7 @@ static NSString *sexCellId = @"sexCellId"; | @@ -366,7 +366,7 @@ static NSString *sexCellId = @"sexCellId"; | ||
| 366 | signatureStr = [self.textView.text qmui_trim]; | 366 | signatureStr = [self.textView.text qmui_trim]; |
| 367 | } | 367 | } |
| 368 | 368 | ||
| 369 | - NSDictionary *dic = [NSDictionary dictionaryWithObjectsAndKeys:signatureStr,@"locationDesc", nil]; | 369 | + NSDictionary *dic = [NSDictionary dictionaryWithObjectsAndKeys:[[CNLiveCMineService shareMineProtocol] base64StringDecrypt:signatureStr encryptKey:AppId],@"locationDesc", nil]; |
| 370 | NSString *updateSign = CNLiveNSDictionaryDicToJson(dic); | 370 | NSString *updateSign = CNLiveNSDictionaryDicToJson(dic); |
| 371 | 371 | ||
| 372 | [QMUITips showLoading:@"修改中" inView:self.view]; | 372 | [QMUITips showLoading:@"修改中" inView:self.view]; |