mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
🎨 改进代码样式 (#536)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
58631c5b19
commit
b8da6f8cfd
@ -60,10 +60,10 @@ func migu(keyword string) message.MessageSegment {
|
|||||||
// 搜索音乐信息 第一首歌
|
// 搜索音乐信息 第一首歌
|
||||||
search, _ := url.Parse("http://m.music.migu.cn/migu/remoting/scr_search_tag")
|
search, _ := url.Parse("http://m.music.migu.cn/migu/remoting/scr_search_tag")
|
||||||
search.RawQuery = url.Values{
|
search.RawQuery = url.Values{
|
||||||
"keyword": []string{keyword},
|
"keyword": []string{keyword},
|
||||||
"type": []string{"2"},
|
"type": []string{"2"},
|
||||||
"pgc": []string{"1"},
|
"pgc": []string{"1"},
|
||||||
"rows": []string{"10"},
|
"rows": []string{"10"},
|
||||||
}.Encode()
|
}.Encode()
|
||||||
info := gjson.ParseBytes(netGet(search.String(), headers)).Get("musics.0")
|
info := gjson.ParseBytes(netGet(search.String(), headers)).Get("musics.0")
|
||||||
// 返回音乐卡片
|
// 返回音乐卡片
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user