diff --git a/outMsg.go b/outMsg.go index f89d407..7b19028 100644 --- a/outMsg.go +++ b/outMsg.go @@ -158,16 +158,16 @@ func bulidMusicMsg(ToUserName, mediaID, title, description, url, hqURL string) ( } func musicMsgTemplate() string { return ` - - -12345678 + + +%d -<![CDATA[TITLE]]> - - - - +<![CDATA[%s]]> + + + + ` }