wcj 5 年之前
父節點
當前提交
a5d8d564ef
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2 1
      src/jfw/modules/subscribepay/src/config.json
  2. 1 0
      src/jfw/modules/subscribepay/src/config/config.go

+ 2 - 1
src/jfw/modules/subscribepay/src/config.json

@@ -44,5 +44,6 @@
             "pwd": "ue9Rg9Sf4CVtdm5a",
             "pwd": "ue9Rg9Sf4CVtdm5a",
             "user": "public03@topnet.net.cn"
             "user": "public03@topnet.net.cn"
         }
         }
-    ]
+    ],
+	"wxTplExpire":"Iky7z3veZ6hy-ISchmQSgBvRd-34KzSyuYr0_fUbesE"
 }
 }

+ 1 - 0
src/jfw/modules/subscribepay/src/config/config.go

@@ -35,6 +35,7 @@ type config struct {
 		User string
 		User string
 	}
 	}
 	ExpireRemind []int
 	ExpireRemind []int
+	WxTplExpire  string
 }
 }
 type timetaskConfig struct {
 type timetaskConfig struct {
 	ExpireRemind   string
 	ExpireRemind   string