From 5bbf97eaf23b048b7f8cdddf0bae46119764fabe Mon Sep 17 00:00:00 2001 From: jhc Date: Tue, 27 May 2025 10:56:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=95=E7=94=A8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 1 + pkg/service/bundle/bundleOrder.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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, })