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 {