动态内容调整

chenlw_dev
guange 10 years ago
parent 74b643584f
commit 9d33dcf2f3

@ -141,8 +141,8 @@ class WechatsController < ActionController::Base
end
request.reply.news(news) do |article, n, index| # article is return object
article.item title: "#{index} #{n[:title]}",
description: n[:content],
article.item title: "#{n[:content]}",
description: n[:title],
pic_url: n[:picurl],
url: "https://www.turstie.net"+n[:url]
end

Loading…
Cancel
Save