소스 검색

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":