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