Commit c2ef3713d79838c70506c48c1cd31d1089b34f74
1 parent
d24f9dd1
详细地址加密
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:[[CNLiveCMineService shareMineProtocol] base64StringDecrypt:signatureStr encryptKey:AppId],@"locationDesc", nil]; | |
| 369 | + NSDictionary *dic = [NSDictionary dictionaryWithObjectsAndKeys:[[CNLiveCMineService shareMineProtocol] base64StringDecrypt:signatureStr encryptKey:AppDESKey],@"locationDesc", nil]; | |
| 370 | 370 | NSString *updateSign = CNLiveNSDictionaryDicToJson(dic); |
| 371 | 371 | |
| 372 | 372 | [QMUITips showLoading:@"修改中" inView:self.view]; | ... | ... |