Browse Source

#2225

update
tags/v1.22.9.2^2
chenyifan01 3 years ago
parent
commit
186e6d1bd3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/reward/point/point.go

+ 1
- 1
routers/reward/point/point.go View File

@@ -10,7 +10,7 @@ import (
"net/http"
)

const tplPoint base.TplName = "/reward/point"
const tplPoint base.TplName = "reward/point"

type AccountResponse struct {
Balance int64


Loading…
Cancel
Save