فهرست منبع

取关发送短信

WH01243 5 ماه پیش
والد
کامیت
42264ff4cc
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/jfw/modules/weixin/src/wx/wx.go

+ 1 - 0
src/jfw/modules/weixin/src/wx/wx.go

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