Browse Source

delete:"删除无用代码"

zhangxinlei1996 3 years ago
parent
commit
5b7d679cdc
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/jfw/modules/app/src/app/front/shorturl.go

+ 0 - 4
src/jfw/modules/app/src/app/front/shorturl.go

@@ -24,15 +24,11 @@ type Short struct {
 	*xweb.Action
 	article     xweb.Mapper `xweb:"/jyapp/article/(\\w+)/(.*).html"` //([pm])
 	replication xweb.Mapper `xweb:"/jyapp/shorturl/replication"`     //用户复制操作记录入库
-	qwe         xweb.Mapper `xweb:"/jyapp/shorturl/qwe"`
 }
 
 func init() {
 	xweb.AddAction(&Short{})
 }
-func (s *Short) Qwe() {
-	s.ServeJson(CNode("6220622c1ec1b946dbbb5062"))
-}
 
 var DateFullLayout = "2006-01-02 15:04:05"
 var suffix_msgt = "_SX"