|
@@ -976,6 +976,7 @@ func UnSubscribe(w ResponseWriter, r *Request) {
|
|
if openid != "" {
|
|
if openid != "" {
|
|
redis.Del("push", "remind&&"+openid)
|
|
redis.Del("push", "remind&&"+openid)
|
|
}
|
|
}
|
|
|
|
+ log.Println("发送状态", gconv.Bool(config.Sysconfig["isSend"]))
|
|
if gconv.Bool(config.Sysconfig["isSend"]) {
|
|
if gconv.Bool(config.Sysconfig["isSend"]) {
|
|
unfollowSendMail(openid)
|
|
unfollowSendMail(openid)
|
|
}
|
|
}
|