Browse Source

feat:二维码回复字段取值调整

fuwencai 8 months ago
parent
commit
2b77bb0c66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/weixin/src/wx/scanReplayStream.go

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

@@ -59,7 +59,7 @@ func ScanReplayStream(w ResponseWriter, openId, code string, action int) error {
 				sendErr = w.PostImage(mid)
 			}
 		case "TEXT":
-			if task.Desc != "" {
+			if task.Title != "" {
 				sendErr = w.PostText(task.Desc)
 			}
 		case "NEWS":