Browse Source

Merge branch 'master' of http://192.168.3.207:8080/BP/common into master

zhangxinlei1996 3 years ago
parent
commit
96b8494a17
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/qfw/util/encryptarticle.go

+ 1 - 0
src/qfw/util/encryptarticle.go

@@ -8,6 +8,7 @@ import (
 //正文
 var SE = &SimpleEncrypt{Key: "topnet2015topnet2015"}
 var SE2 = &SimpleEncrypt{Key: "2017jianyu"}
+var SE3 = &SimpleEncrypt{Key: "entservice"}
 
 //百度
 var BSE = &SimpleEncrypt{Key: "HNtopnet2017jy"}