Przeglądaj źródła

feat: 新增微信端企业商机推送设置

zhangxinlei1996 2 lat temu
rodzic
commit
1c9c927fce
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      src/jfw/front/frontRouter.go

+ 8 - 0
src/jfw/front/frontRouter.go

@@ -60,6 +60,9 @@ type CommonRouter struct {
 	//socialweb
 	socialIndex  xweb.Mapper `xweb:"/swordfish/page_knowledge_base/"`
 	socialPcPage xweb.Mapper `xweb:"/swordfish/page_knowledge_base/(.*)"`
+
+	//微信端企业订阅设置
+	toSetEntPushSetPage xweb.Mapper `xweb:"/front/entniche/toSetEntPushSetPage"` //订阅收费推送设置
 }
 
 func init() {
@@ -294,3 +297,8 @@ func (this *CommonRouter) OrgpcPage(htmlPage string) error {
 func (this *CommonRouter) doOrgpcPage() error {
 	return this.Render(fmt.Sprintf("/frontRouter/pc/page_entbase_pc/sess/index.html"))
 }
+
+// ToSetEntPushSetPage 推送设置
+func (this *CommonRouter) ToSetEntPushSetPage() {
+	this.Render("/weixin/entniche/entniche_seniorset.html")
+}