Update base.go

This commit is contained in:
xxj
2021-10-27 16:28:40 +08:00
parent 8d54f89dc1
commit 14bdc04cd6

View File

@@ -167,7 +167,7 @@ func (_wx *wxTools) SendTemplateMsg(msg TempMsg) bool {
func (_wx *wxTools) SendWebTemplateMsg(msg TempWebMsg) bool {
accessToken, err := _wx.GetAccessToken()
if err != nil {
mylog.Error(err)
mylog.Errorf("SendWebTemplateMsg error: openid:%v,err:%v", msg.Touser, err)
return false
}