Parcourir la source

wip:web框架修改

wangkaiyue il y a 3 ans
Parent
commit
969b7e6f66
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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() {