diange

package
v0.0.0-...-ff1ea2f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2023 License: AGPL-3.0 Imports: 6 Imported by: 0

README

介绍

**🔔

  • 插件名:点歌
  • 权限:所有好友和群聊
  • 指令:
    • 点歌 [歌名]

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Album

type Album struct {
	ID          int    `json:"id"`
	Name        string `json:"name"`
	Artist      Artist `json:"artist"`
	PublishTime int64  `json:"publishTime"`
	Size        int    `json:"size"`
	CopyrightID int    `json:"copyrightId"`
	Status      int    `json:"status"`
	PicID       int64  `json:"picId"`
	Mark        int    `json:"mark"`
}

type Artist

type Artist struct {
	ID        int           `json:"id"`
	Name      string        `json:"name"`
	PicURL    interface{}   `json:"picUrl"`
	Alias     []interface{} `json:"alias"`
	AlbumSize int           `json:"albumSize"`
	PicID     int           `json:"picId"`
	FansGroup interface{}   `json:"fansGroup"`
	Img1V1URL string        `json:"img1v1Url"`
	Img1V1    int           `json:"img1v1"`
	Trans     interface{}   `json:"trans"`
}

type Artists

type Artists struct {
	ID        int           `json:"id"`
	Name      string        `json:"name"`
	PicURL    interface{}   `json:"picUrl"`
	Alias     []interface{} `json:"alias"`
	AlbumSize int           `json:"albumSize"`
	PicID     int           `json:"picId"`
	FansGroup interface{}   `json:"fansGroup"`
	Img1V1URL string        `json:"img1v1Url"`
	Img1V1    int           `json:"img1v1"`
	Trans     interface{}   `json:"trans"`
}

type AutoGenerated

type AutoGenerated struct {
	Result Result `json:"result"`
	Code   int    `json:"code"`
}

type Result

type Result struct {
	Songs     []Songs `json:"songs"`
	HasMore   bool    `json:"hasMore"`
	SongCount int     `json:"songCount"`
}

type Songs

type Songs struct {
	ID          int           `json:"id"`
	Name        string        `json:"name"`
	Artists     []Artists     `json:"artists"`
	Album       Album         `json:"album"`
	Duration    int           `json:"duration"`
	CopyrightID int           `json:"copyrightId"`
	Status      int           `json:"status"`
	Alias       []interface{} `json:"alias"`
	Rtype       int           `json:"rtype"`
	Ftype       int           `json:"ftype"`
	Mvid        int           `json:"mvid"`
	Fee         int           `json:"fee"`
	RURL        interface{}   `json:"rUrl"`
	Mark        int           `json:"mark"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL