README ¶ 介绍 插件名:获取 coser 作品 权限:所有好友和群聊 数据来源:http://ovooa.com/API/cosplay/api.php 指令: coser,获取 1 张 coser 作品 coser 5,获取 5 张 coser 作品,限制 10 张 预览: Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func GetCoserInfo(num int) (string, []string) type APIResp Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetCoserInfo ¶ added in v1.2.16 func GetCoserInfo(num int) (string, []string) Types ¶ type APIResp ¶ type APIResp struct { Code int `json:"code,string"` Text string `json:"text,omitempty"` Data struct { Title string `json:"Title,omitempty"` Data []string } `json:"data"` } Source Files ¶ View all Source files APIResp.go main.go Click to show internal directories. Click to hide internal directories.