재생 수 업데이트 로직 추가

This commit is contained in:
Yu Sung
2023-09-13 12:14:03 +09:00
parent 58868f613a
commit 9863fc66de
3 changed files with 39 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ struct AddAllPlaybackTrackingRequest: Encodable {
}
struct PlaybackTrackingData: Encodable {
let audioContentId: Int
let contentId: Int
let playDateTime: String
let isPreview: Bool
}