Files
rootandClaude Opus 5 8679200f41 Initial commit
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-15 13:57:10 +08:00

7 lines
182 B
Go

package payvidlgmod
// Pay4VidLogQueryReq Pay4VidLogQueryReq
type Pay4VidLogQueryReq struct {
PublisherID *uint64 `json:"publisherID,omitempty" bson:"publisherID"` //上传者ID
}