wcj 5 年 前
コミット
e92b412dc8
2 ファイル変更2 行追加2 行削除
  1. 1 1
      src/config.json
  2. 1 1
      src/jfw/front/front.go

+ 1 - 1
src/config.json

@@ -63,7 +63,7 @@
         "keysetIndex": "/wxkeyset/keyset/index?tiptext=%s",
         "followEntDetail": "/jylab/followent/detail/%s",
         "mymenu": "/front/wxMyOrder/myMenu",
-		"historypush": "/swordfish/historypush?pushdate=%s"
+		"historypush": "/swordfish/historypush?times=%s"
     },
     "jy_activeset": {
         "activitystartcode": "3201000000",

+ 1 - 1
src/jfw/front/front.go

@@ -831,7 +831,7 @@ func (m *Front) Sess(ostr string) error {
 					}
 				}
 				//后续这个判断要去掉
-				if str[1] == "uid" && str[3] == "rssset" && strings.Contains(actionurl, "historypush") {
+				if str[1] == "uid" && str[3] == "rssset" {
 					actionurl = actionurl + "?times=" + str[2]
 				}
 				m.Redirect(actionurl)