Skip to content

Commit e4678f4

Browse files
committed
1 parent 1c03b43 commit e4678f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/TencentSCFEvents/APIResponse.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ import struct Foundation.Data
1717
// https://cloud.tencent.com/document/product/583/12513
1818

1919
public struct APIResponse: Encodable {
20-
public let statusCode: HTTPResponseStatus
21-
public let headers: HTTPHeaders
22-
public let body: String
23-
public let isBase64Encoded: Bool
20+
public var statusCode: HTTPResponseStatus
21+
public var headers: HTTPHeaders
22+
public var body: String
23+
public var isBase64Encoded: Bool
2424

2525
public init(
2626
statusCode: HTTPResponseStatus,

0 commit comments

Comments
 (0)