diff --git a/go.mod b/go.mod index 8234332..9f1a0e8 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,7 @@ go 1.18 replace ( github.com/fonchain_enterprise/utils/aes => ../utils/aes github.com/fonchain_enterprise/utils/objstorage => ../utils/objstorage + //github.com/fonchain_enterprise/utils/objstorage => ../../tyfon-新/utils/objstorage ) // diff --git a/pkg/service/bundle/bundleOrder.go b/pkg/service/bundle/bundleOrder.go index 5901b67..34e81bd 100644 --- a/pkg/service/bundle/bundleOrder.go +++ b/pkg/service/bundle/bundleOrder.go @@ -458,7 +458,7 @@ func ExportOrderInfoOss(c *gin.Context) { continue } - userInfo, _ := service.AccountProvider.Info(context.Background(), &account.InfoRequest{ + userInfo, _ := service.AccountFieeProvider.Info(context.Background(), &accountFiee.InfoRequest{ Domain: "app", ID: userID, })