To decode it, you can provide JSONDecoder with a decoding strategy: .base64 .custom( (Decoder) throws -> Data). Obviously .base64 will be the ...
確定! 回上一頁