|
@@ -23,7 +23,7 @@ func TestName(t *testing.T) {
|
|
|
//_, resysDictionaryDetail := dictionaryDetailService.GetSysDictionaryDetail(8)
|
|
|
//fmt.Printf("\t%v", resysDictionaryDetail)
|
|
|
var menuAA []*menu.Button
|
|
|
- menuAA = append(menuAA, &menu.Button{Type: "miniprogram", Name: "经开创城小程序", URL: "http://zk1006.cn", AppID: "wx0dc3e4978f919285", PagePath: "/pages/checking"})
|
|
|
+ menuAA = append(menuAA, &menu.Button{Type: "miniprogram", Name: "崇礼创城小程序", URL: "http://zk1006.cn", AppID: "wxa675b666f6f9fddb", PagePath: "/pages/checking"})
|
|
|
//menuAA = append(menuAA, &menu.Button{Type: "view", Name: "小程序授权登录", URL: "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx66e0fbb5a735bcc4&redirect_uri=https://cc.zjkduoduo.com/api/wechat/auth&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect"})
|
|
|
err := global.GVA_WECHAT.GetMenu().SetMenu(menuAA)
|
|
|
global.GVA_LOG.Info("错误", zap.Any("err", err))
|