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