Browse Source

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

fuwencai 8 tháng trước cách đây
mục cha
commit
2b77bb0c66
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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":