1
This commit is contained in:
parent
1f961f8917
commit
d0dd50df99
@ -27,7 +27,7 @@ func (ea *RechargeApi) RechargeList(c *gin.Context) {
|
||||
Rows []interface{} `json:"rows"`
|
||||
}{}
|
||||
|
||||
mt.Table.Recharge.RawMetaTable.Traverse(func(tb *mt.Recharge) bool {
|
||||
mt.Table.Recharge.Traverse(func(tb *mt.Recharge) bool {
|
||||
tmpmap := map[string]interface{}{}
|
||||
tmpmap["goods_id"] = tb.GetId()
|
||||
tmpmap["diamond"] = tb.GetDiamond()
|
||||
|
Loading…
x
Reference in New Issue
Block a user