Compare commits
2 Commits
2d44d0ba4d
...
4047d10ed4
Author | SHA1 | Date | |
---|---|---|---|
4047d10ed4 | |||
226b170dce |
@ -2,6 +2,7 @@ package bundle
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
|
"encoding/json"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"fonchain-fiee/api/bundle"
|
"fonchain-fiee/api/bundle"
|
||||||
@ -394,5 +395,7 @@ func GetBalanceLayout(ctx *gin.Context) {
|
|||||||
service.Error(ctx, err)
|
service.Error(ctx, err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
service.Success(ctx, res.Data)
|
var j any
|
||||||
|
json.Unmarshal([]byte(res.Data), &j)
|
||||||
|
service.Success(ctx, j)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user