diff --git a/pkg/service/asChat/handler.go b/pkg/service/asChat/handler.go index fb8f777..a5bbeb5 100644 --- a/pkg/service/asChat/handler.go +++ b/pkg/service/asChat/handler.go @@ -559,6 +559,7 @@ func (cr ChatHandler) UserDetail(c *gin.Context) { return } } + fmt.Printf("chatUser:%#v\n", chatUser) resp, err := service.AccountFieeProvider.Info(c, &accountFiee.InfoRequest{ID: uint64(chatUser.OriginId), Domain: config.AppConfig.System.Domain}) if err != nil { service.Error(c, err)