提交 c18d2e7a authored 作者: kongdywang's avatar kongdywang

fix ios translate error

上级 85dd8005
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
NSMutableDictionary *dict = [NSMutableDictionary dictionary]; NSMutableDictionary *dict = [NSMutableDictionary dictionary];
[dict setObject:@(taskID) forKey:@"taskId"]; [dict setObject:@(taskID) forKey:@"taskId"];
[dict setObject:url forKey:@"url"]; [dict setObject:url forKey:@"url"];
[dict setObject:error.code forKey:@"code"]; [dict setObject:@(error.code) forKey:@"code"];
if (nil != error.userInfo.description) { if (nil != error.userInfo.description) {
[dict setObject:error.userInfo.description forKey:@"msg"]; [dict setObject:error.userInfo.description forKey:@"msg"];
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论