切换主体
This commit is contained in:
parent
737216ee05
commit
0e1ed3b426
|
|
@ -313,7 +313,8 @@ func SetCallback(bc *conf.Bootstrap) {
|
||||||
|
|
||||||
response, _, err := svc.SetCallback(ctx, cashcoupons.SetCallbackRequest{
|
response, _, err := svc.SetCallback(ctx, cashcoupons.SetCallbackRequest{
|
||||||
Mchid: core.String(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://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),
|
Switch: core.Bool(true),
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue