bullet_chat.go 83 B

12345
  1. package request
  2. type BulletChatDelReq struct {
  3. Id int `description:"弹幕ID"`
  4. }