kg 回调地址是制券商户设置的回调地址,而不是发券商户设置的回调地址,除非发券商户就是制券商户
This commit is contained in:
parent
4de408c547
commit
62f946f520
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue