From 83b580c4d78c6f6861e9be3e00a613c86b7034e6 Mon Sep 17 00:00:00 2001 From: Mark Chan <45706356+WindowsMEMZ@users.noreply.github.com> Date: Sat, 9 Dec 2023 14:51:07 +0800 Subject: [PATCH] Update VideoCommentsView.swift --- DarockBili Watch App/Video/VideoCommentsView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DarockBili Watch App/Video/VideoCommentsView.swift b/DarockBili Watch App/Video/VideoCommentsView.swift index 1aebff613..321aab315 100644 --- a/DarockBili Watch App/Video/VideoCommentsView.swift +++ b/DarockBili Watch App/Video/VideoCommentsView.swift @@ -457,7 +457,7 @@ struct VideoCommentsView: View { struct BiliCommentLike: Codable { var type: Int = 1 - let oid: Int + let oid: UInt64 let rpid: Int let action: Int let csrf: String @@ -465,7 +465,7 @@ struct BiliCommentLike: Codable { struct BiliSubmitComment: Codable { var type: Int = 1 - let oid: Int + let oid: UInt64 var root: Int? = nil var parent: Int? = nil let message: String