Browse Source

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

zhangxinlei1996 3 năm trước cách đây
mục cha
commit
96b8494a17
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"}