wangshan 4 år sedan
förälder
incheckning
2b3688a3ea
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      thisCMenu/config.json
  2. 2 2
      thisCMenu/main.go

+ 1 - 1
thisCMenu/config.json

@@ -1,5 +1,5 @@
 {
 	"appid":"wx5b1c6e7cc4dac0e4",
-	"webdomain":"http://web-jydev-ws.jianyu360.cn/",
+	"webdomain":"http://web-jydev-ws.jianyu360.cn",
 	"redis":"wxtoken=192.168.3.128:1712"
 }

+ 2 - 2
thisCMenu/main.go

@@ -51,11 +51,11 @@ func WXMenu() Menu {
 	urlstr := fmt.Sprintf("https://open.weixin.qq.com/connect/oauth2/authorize?appid=%s&redirect_uri=%s/wx/oauth/%s&response_type=code&scope=snsapi_base&state=1#wechat_redirect", Config.Appid, Config.Webdomain, "%s")
 
 	menu := &Menu{make([]MenuButton, 3)}
-	menu.Buttons[0].Name = "招标搜索1"
+	menu.Buttons[0].Name = "招标搜索"
 	menu.Buttons[0].Type = MenuButtonTypeUrl
 	menu.Buttons[0].Url = fmt.Sprintf(urlstr, "searchinfo")
 
-	menu.Buttons[1].Name = "招标订阅2"
+	menu.Buttons[1].Name = "招标订阅"
 	menu.Buttons[1].Type = MenuButtonTypeUrl
 	menu.Buttons[1].Url = fmt.Sprintf(urlstr, "rssset")