浏览代码

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

fuwencai 8 月之前
父节点
当前提交
2b77bb0c66
共有 1 个文件被更改,包括 1 次插入1 次删除
  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":