修改引用问题
This commit is contained in:
parent
c1978c9ee7
commit
5bbf97eaf2
1
go.mod
1
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
|
||||
)
|
||||
|
||||
//
|
||||
|
@ -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,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user