This commit is contained in:
xxj
2025-01-24 16:48:55 +08:00
parent 8c2653597f
commit a0e71c7e07

View File

@@ -201,6 +201,9 @@ func (_wx *wxTools) SendWebTemplateMsg(msg TempWebMsg) error {
if res.Errcode == 43101 { if res.Errcode == 43101 {
return message.GetError(message.RefuseError) return message.GetError(message.RefuseError)
} }
if res.Errcode == 40003 {
return message.GetError(message.InValidOp)
}
mylog.Errorf("SendWebTemplateMsg error: openid:%v,res:%v", msg.Touser, res) mylog.Errorf("SendWebTemplateMsg error: openid:%v,res:%v", msg.Touser, res)
} }
} }