From dc50ea5ff91e4029c8ec4c9dc22c6d116f957c5a Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Thu, 11 May 2017 23:02:39 +1000 Subject: [PATCH] music template update format directive --- outMsg.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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]]> + + + + ` }