Ver Fonte

wip:web框架修改

wangkaiyue há 3 anos atrás
pai
commit
969b7e6f66
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      services/activity/award/service.go

+ 1 - 1
services/activity/award/service.go

@@ -9,7 +9,7 @@ import (
 
 type AwardRouter struct {
 	*xweb.Action
-	myAward xweb.Mapper `xweb:"/myAward"`
+	awardlist xweb.Mapper `xweb:"/myAward/awardlist"`
 }
 
 func (a *AwardRouter) Awardlist() {