From 236262cf4f2e40a79ce02b26a921c438a03143d5 Mon Sep 17 00:00:00 2001 From: Patrick Peng Sun Date: Fri, 12 May 2017 22:45:20 +1000 Subject: [PATCH] trying angular2 as link worked --- outMsg.go | 1 + 1 file changed, 1 insertion(+) diff --git a/outMsg.go b/outMsg.go index 0ebf7dc..926506b 100644 --- a/outMsg.go +++ b/outMsg.go @@ -155,6 +155,7 @@ func buildSampleMusicMsg(ToUserName string) (msg string) { url = "http://google.com/" url = "http://m.creaders.net/travel/2017/05/11/1823175.html" url = "https://biukop.com.au/music.mp3" //real mp3 + url = "https://doc.biukop.com.au/angular2/#/pages/dashboard" //url = "http://mp.weixin.qq.com/s/Jo7rmlMZa_iO97eckWIzFg" msg = buildMusicMsg(ToUserName, thumbID, "音乐标杆出", "测试音乐缩略土月卡其", url, url) return