|
@@ -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"
|