Commit 5ebe45b8 authored by David黄金龙's avatar David黄金龙

删除不使用代码

parent 6ea4bf26
......@@ -194,8 +194,6 @@ class YHNetRequest: NSObject {
}
return httpRequest
}
// guard let imageData = image.jpegData(compressionQuality: 1) else { return httpRequest }
guard let imageData = image.compressOriginalImage(5 * 1024 * 1024) else { return httpRequest }
let tttt = Double(imageData.count)/1024.0/1024.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment