wangshan 5 سال پیش
والد
کامیت
cbfb067de9
8فایلهای تغییر یافته به همراه15 افزوده شده و 10 حذف شده
  1. 3 0
      README.md
  2. 2 1
      core/README.md
  3. BIN
      core/src/core2020
  4. 3 3
      core/src/message.json
  5. 1 0
      core/src/qfw/member/membermanager.go
  6. 1 1
      core/src/timetask.json
  7. 2 2
      weixin/src/config.json
  8. 3 3
      weixin/src/main.go

+ 3 - 0
README.md

@@ -16,5 +16,8 @@ pkg目录,已经在版本控制中排除,不会被提交。
 /**dev2.3**/
 新增消息管理功能,对剑鱼app用户进行推送消息,监控消息利用率。
 
+/**dev2.7**/
+weixin/YJH/0001  永久二维码请求地址
+
 
 

+ 2 - 1
core/README.md

@@ -1,2 +1,3 @@
 v2.7
-扶持金申报
+扶持金申报
+微信增加扶持基金关注固定二维码:10001;地址:/weixin/YJH/10001

BIN
core/src/core2020


+ 3 - 3
core/src/message.json

@@ -13,9 +13,9 @@
 	"account":"/market/m/search.html?id=010301",
 	"audit":"/market/m/search.html?id=010302",
 	
-	"govservice":"/govservice/index",
-	"bindphone":"/govservice/bindphone",
-	"myent":"/govservice/myent",
+	"govservice":"/ent-gov/gov/",
+	"bindphone":"/ent-gov/phone/",
+	"myent":"/ent-gov/ent/",
 	
 	"lawsearchaction":"/law/qfw/index",
 	"msiteaction":"/ent/wsite/edit",

+ 1 - 0
core/src/qfw/member/membermanager.go

@@ -1102,6 +1102,7 @@ func UpdateCookieSession(action *xweb.Action, loginType string, flag bool, r map
 		return
 	}
 	action.Session().Set("openid", r["s_m_openid"])
+	action.Session().Set("s_m_openid", r["s_m_openid"])
 	action.Session().Set("id", BsonIdToSId(r["_id"]))
 	action.Session().Set("identWay", IntAll(r["i_identificationway"]))
 	action.SetSession("loginName", r[loginType])

+ 1 - 1
core/src/timetask.json

@@ -1 +1 @@
-{"comment":{"c_rate":720,"commentrate":900},"market":{"demand":{"attr":["i_hits","i_bids","i_status"],"timepoint":"2020-03-26 17:11:15"},"service":{"attr":["i_hits","i_sales","i_comments","i_score","i_appcounts"],"timepoint":"2020-03-26 17:11:15"}},"marketisstart":true,"marketrate":300}
+{"comment":{"c_rate":720,"commentrate":900},"market":{"demand":{"attr":["i_hits","i_bids","i_status"],"timepoint":"2020-03-28 15:56:01"},"service":{"attr":["i_hits","i_sales","i_comments","i_score","i_appcounts"],"timepoint":"2020-03-28 15:56:06"}},"marketisstart":true,"marketrate":300}

+ 2 - 2
weixin/src/config.json

@@ -81,7 +81,7 @@
     },
 	"entServiceReplay":{
 		"title":"河南省郑州市金水区科技局政务服务已上线。<a href='%s'>点击查看</a>",
-		"href":"http://www.baidu.com",
-		"code":"1"
+		"href":"http://web-qmxtest.jianyu360.cn/ent-gov/gov/",
+		"code":"10001"
 	}
 }

+ 3 - 3
weixin/src/main.go

@@ -33,12 +33,12 @@ func init() {
 	//微信sdk配置
 	weixin.InitWeixinSdk()
 	//连接消息总线
-	go weixin.InitDgWork()
+	//	go weixin.InitDgWork()
 	//go kf()
 	//weixin.GetKfMsg(1)
 
-	go weixin.GetKfMsgJob()
-	go weixin.GetOnlineKfJob()
+	//	go weixin.GetKfMsgJob()
+	//	go weixin.GetOnlineKfJob()
 	go weixin.GsYwxxBgPush()
 	go weixin.GetGsYwxxBg()
 }