|
|
@@ -11,6 +11,7 @@ import ( |
|
|
|
) |
|
|
|
|
|
|
|
const tplPoint base.TplName = "reward/point" |
|
|
|
const tplPointRule base.TplName = "reward/point/rule" |
|
|
|
|
|
|
|
type AccountResponse struct { |
|
|
|
Balance int64 |
|
|
@@ -80,3 +81,7 @@ func OperatePointAccountBalance(ctx *context.Context, req models.AdminRewardOper |
|
|
|
func GetPointPage(ctx *context.Context) { |
|
|
|
ctx.HTML(200, tplPoint) |
|
|
|
} |
|
|
|
|
|
|
|
func GetRulePage(ctx *context.Context) { |
|
|
|
ctx.HTML(200, tplPointRule) |
|
|
|
} |