From 055ba00de5e34d655d7ed36894f778af50012509 Mon Sep 17 00:00:00 2001
From: guange <8863824@gmail.com>
Date: Sat, 9 Apr 2016 23:20:24 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=91=E5=AE=9A=E6=88=90=E5=8A=9F=E5=90=8E?=
=?UTF-8?q?=E5=85=B3=E9=97=AD=E9=A1=B5=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/controllers/wechats_controller.rb | 2 +-
app/views/wechats/bind.html.erb | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/controllers/wechats_controller.rb b/app/controllers/wechats_controller.rb
index fdfd19f64..ba00dfbc3 100644
--- a/app/controllers/wechats_controller.rb
+++ b/app/controllers/wechats_controller.rb
@@ -143,7 +143,7 @@ class WechatsController < ActionController::Base
url = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=#{Wechat.config.appid}&redirect_uri=#{login_wechat_url}&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect"
article.item title: "#{n[:title]}",
description: n[:content],
- pic_url: 'http://wechat.trustie.net/images/trustie_logo2.png',
+ pic_url: 'https://www.trustie.net/images/trustie_logo2.png',
url: url
end
end
diff --git a/app/views/wechats/bind.html.erb b/app/views/wechats/bind.html.erb
index ada22cd69..718ba9aeb 100644
--- a/app/views/wechats/bind.html.erb
+++ b/app/views/wechats/bind.html.erb
@@ -7,7 +7,7 @@