mirror of
https://github.com/xxjwxc/public.git
synced 2025-09-26 20:01:19 +08:00
1
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user