项目发起人显示名称修改
This commit is contained in:
parent
a1dfdae58d
commit
f100d3ebea
|
@ -314,7 +314,7 @@ class WechatsController < ActionController::Base
|
||||||
creator = User.find(project.user_id)
|
creator = User.find(project.user_id)
|
||||||
|
|
||||||
news = (1..1).each_with_object([]) { |n, memo| memo << { title: '恭喜您成功加入项目,开始研发吧!',
|
news = (1..1).each_with_object([]) { |n, memo| memo << { title: '恭喜您成功加入项目,开始研发吧!',
|
||||||
content: "项目名称:#{project.name}\n发起人:#{creator.name}\n进入项目,和小伙伴轻松的研发吧!"} }
|
content: "项目名称:#{project.name}\n发起人:#{creator.show_name}\n进入项目,和小伙伴轻松的研发吧!"} }
|
||||||
return request.reply.news(news) do |article, n, index| # article is return object
|
return request.reply.news(news) do |article, n, index| # article is return object
|
||||||
url = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=#{Wechat.config.appid}&redirect_uri=#{ROOT_URL+'/wechat/user_activities#/project?id='+project.id.to_s}&response_type=code&scope=snsapi_base&state=myproject#wechat_redirect"
|
url = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=#{Wechat.config.appid}&redirect_uri=#{ROOT_URL+'/wechat/user_activities#/project?id='+project.id.to_s}&response_type=code&scope=snsapi_base&state=myproject#wechat_redirect"
|
||||||
pic_url = "#{ROOT_URL}/images/wechat/project.jpg"
|
pic_url = "#{ROOT_URL}/images/wechat/project.jpg"
|
||||||
|
|
Loading…
Reference in New Issue