kg 回调地址是制券商户设置的回调地址,而不是发券商户设置的回调地址,除非发券商户就是制券商户

This commit is contained in:
ziming 2025-05-21 11:22:01 +08:00
parent 4de408c547
commit 62f946f520
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ func (c *CpnRepoImpl) QueryProduct(ctx context.Context, stockCreatorMchId, stock
func (c *CpnRepoImpl) QueryCallback(ctx context.Context) (*cashcoupons.Callback, error) { func (c *CpnRepoImpl) QueryCallback(ctx context.Context) (*cashcoupons.Callback, error) {
// 回调地址是制券商户设置的回调地址,而不是发券商户设置的回调地址,除非发券商户就是制券商户
client, err := c.GetClient(ctx) client, err := c.GetClient(ctx)
if err != nil { if err != nil {
return nil, err return nil, err