wangkaiyue 3 жил өмнө
parent
commit
969b7e6f66

+ 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() {