Skip to content

Commit

Permalink
Update VideoCommentsView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMEMZ authored Dec 9, 2023
1 parent d7c4da9 commit 83b580c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DarockBili Watch App/Video/VideoCommentsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -457,15 +457,15 @@ 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
}

struct BiliSubmitComment: Codable {
var type: Int = 1
let oid: Int
let oid: UInt64
var root: Int? = nil
var parent: Int? = nil
let message: String
Expand Down

0 comments on commit 83b580c

Please sign in to comment.