Skip to content

Commit

Permalink
fix:继续修复
Browse files Browse the repository at this point in the history
  • Loading branch information
Azusa-Yuan committed Jan 12, 2025
1 parent 5d9e47c commit e8bff00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/meme/meme_core.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func GetList() ([]string, error) {

func GetEmojiInfo(key string) (EmojiInfo, error) {
emojiInfo := EmojiInfo{}
u, _ := url.JoinPath(baseUrl, "key", "info")
u, _ := url.JoinPath(baseUrl, key, "info")
resp, err := client.Get(u)
if err != nil {
return emojiInfo, err
Expand Down

0 comments on commit e8bff00

Please sign in to comment.