From 0e1ed3b4261d10df8539c5ba1edab2c29a2173d7 Mon Sep 17 00:00:00 2001 From: ziming Date: Fri, 27 Mar 2026 16:16:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E4=B8=BB=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/coupon.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/coupon.go b/test/coupon.go index 4b30b75..0c42d4c 100644 --- a/test/coupon.go +++ b/test/coupon.go @@ -312,8 +312,9 @@ func SetCallback(bc *conf.Bootstrap) { svc := cashcoupons.CallBackUrlApiService{Client: client} response, _, err := svc.SetCallback(ctx, cashcoupons.SetCallbackRequest{ - Mchid: core.String(bc.Wechat.MchID), - NotifyUrl: core.String("https://gateway.dev.cdlsxd.cn/voucher/v1/notify/" + bc.Wechat.MchID), + Mchid: core.String(bc.Wechat.MchID), + //NotifyUrl: core.String("https://gateway.dev.cdlsxd.cn/voucher/v1/notify/" + bc.Wechat.MchID), + NotifyUrl: core.String("https://voucher.86698.cn/voucher/v1/notify/" + bc.Wechat.MchID), Switch: core.Bool(true), }) if err != nil {