From 62f946f5200caeb537c0e1763697edbf5f66d09d Mon Sep 17 00:00:00 2001 From: ziming Date: Wed, 21 May 2025 11:22:01 +0800 Subject: [PATCH] =?UTF-8?q?kg=20=E5=9B=9E=E8=B0=83=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E6=98=AF=E5=88=B6=E5=88=B8=E5=95=86=E6=88=B7=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E7=9A=84=E5=9B=9E=E8=B0=83=E5=9C=B0=E5=9D=80=EF=BC=8C=E8=80=8C?= =?UTF-8?q?=E4=B8=8D=E6=98=AF=E5=8F=91=E5=88=B8=E5=95=86=E6=88=B7=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E7=9A=84=E5=9B=9E=E8=B0=83=E5=9C=B0=E5=9D=80=EF=BC=8C?= =?UTF-8?q?=E9=99=A4=E9=9D=9E=E5=8F=91=E5=88=B8=E5=95=86=E6=88=B7=E5=B0=B1?= =?UTF-8?q?=E6=98=AF=E5=88=B6=E5=88=B8=E5=95=86=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/data/wechatrepoimpl/cpn.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/data/wechatrepoimpl/cpn.go b/internal/data/wechatrepoimpl/cpn.go index f502478..96381c6 100644 --- a/internal/data/wechatrepoimpl/cpn.go +++ b/internal/data/wechatrepoimpl/cpn.go @@ -171,6 +171,7 @@ func (c *CpnRepoImpl) QueryProduct(ctx context.Context, stockCreatorMchId, stock func (c *CpnRepoImpl) QueryCallback(ctx context.Context) (*cashcoupons.Callback, error) { + // 回调地址是制券商户设置的回调地址,而不是发券商户设置的回调地址,除非发券商户就是制券商户 client, err := c.GetClient(ctx) if err != nil { return nil, err