Commit d24f9dd16f48d4aa4507b5f45a9014e04f9c5768
1 parent
d4e747ac
0.6.0详细地址加密
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveCMineModule.podspec
CNLiveCMineModule/Classes/CNCSubMine/ViewController/CNMinePersonNicknameController.m
| ... | ... | @@ -366,7 +366,7 @@ static NSString *sexCellId = @"sexCellId"; |
| 366 | 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 | 370 | NSString *updateSign = CNLiveNSDictionaryDicToJson(dic); |
| 371 | 371 | |
| 372 | 372 | [QMUITips showLoading:@"修改中" inView:self.view]; | ... | ... |