Merge branch 'weixin_guange' of https://git.trustie.net/jacknudt/trustieforge into weixin_guange

This commit is contained in:
cxt 2016-04-08 14:38:43 +08:00
commit 15ce3ba7e9
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ module Mobile
@app.call(@env)
rescue =>e
message = {status: 1, message: e.message }.to_json
puts(e.backtrace.join("\n")) if Rails.env.development?
Rails.logger.error e
status = 200
headers = { 'Content-Type' => content_type }
Rack::Response.new([message], status, headers).finish

View File

@ -1143,7 +1143,7 @@ class Mailer < ActionMailer::Base
color:"#173177"
},
keyword3:{
value:h(truncate(key3, :length=>50, :omission=> '...')),
value:key3,
color:"#173177"
},
remark:{