From ec1dbde46091b6e4f232d6c1f8af5d6d6644071d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 1 Aug 2025 16:49:11 +0800 Subject: [PATCH] 1 --- business/partner/purchase/jx/localjx/order.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/business/partner/purchase/jx/localjx/order.go b/business/partner/purchase/jx/localjx/order.go index 802f085f7..d4f8aa31e 100644 --- a/business/partner/purchase/jx/localjx/order.go +++ b/business/partner/purchase/jx/localjx/order.go @@ -4,7 +4,6 @@ import ( "errors" "fmt" "math" - "net" "regexp" "strings" "time" @@ -330,7 +329,6 @@ func Pay4Order(ctx *jxcontext.Context, orderID int64, payType int, vendorPayType err = dao.CreateEntity(dao.GetDB(), orderPay) } case model.PayTypeLaKaLa: // - ip, _, _ := net.SplitHostPort(ctx.GetRequest().RemoteAddr) if orderPay, err = pay4OrderByLaKaLa(ctx, order, payType, vendorPayType, subAppID, "", ""); err == nil && orderPay != nil { dao.WrapAddIDCULDEntity(orderPay, ctx.GetUserName()) err = dao.CreateEntity(dao.GetDB(), orderPay)