This commit is contained in:
cxt 2019-07-27 15:34:49 +08:00
parent 6ef46ebef2
commit c3d8d9f8d1
1 changed files with 1 additions and 1 deletions

View File

@ -667,7 +667,7 @@ module ProjectsHelper
response = http.start { |http| http.request(request) }
ActiveSupport::JSON.decode(response.body)
rescue =>err
Rails.logger.error("#############sendYunpian_error: #{err.message}")
Rails.logger.error("#############send_error: #{err.message}")
return nil
end
end