Răsfoiți Sursa

fix:微信回复

fuwencai 9 luni în urmă
părinte
comite
0538d0d3d9
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/jfw/modules/weixin/src/wx/reply.go

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

@@ -41,7 +41,7 @@ WHERE
         AND wrr.end_time >= NOW() order by id;`, TableWxReplyKeys, TableWxReplyRule, TableWxReplyContent)
         AND wrr.end_time >= NOW() order by id;`, TableWxReplyKeys, TableWxReplyRule, TableWxReplyContent)
 	rs := tools.Mysql.SelectBySql(query, keys)
 	rs := tools.Mysql.SelectBySql(query, keys)
 	// 没匹配上规则
 	// 没匹配上规则
-	log.Println("rs:", rs)
+	log.Println("KeysReply rs:", rs)
 	if rs == nil || len(*rs) == 0 {
 	if rs == nil || len(*rs) == 0 {
 		return false
 		return false
 	}
 	}