Home  >  Article  >  Backend Development  >  The WeChat card and coupon shelf shows that it has been received

The WeChat card and coupon shelf shows that it has been received

WBOY
WBOYOriginal
2016-09-30 09:37:301360browse

After creating the coupon, I created the card and coupon shelf based on the card_id. However, when I click the return link to enter the card and coupon shelf, it is displayed as shown in the figure. It is received every time. What is the reason? (I am sure that I am the only one who received the link. I did not do any receiving operations before opening the link. The official account is a test account, the personal account has been added to the whitelist, and the coupons are not customized)

Send data as follows:

<code>$shelvesData = array(
    "banner" => $url,
    "page_title" => urlencode("优惠"),
    "can_share" => true,
    "scene" => "SCENE_H5",
    "card_list" => $card_list
);</code>

The WeChat card and coupon shelf shows that it has been received

When I clicked on the coupon (not the button):
The WeChat card and coupon shelf shows that it has been received

Actual effect on WeChat development documentation:

The WeChat card and coupon shelf shows that it has been received

Reply content:

After creating the coupon, I created the card and coupon shelf based on the card_id. However, when I click the return link to enter the card and coupon shelf, it is displayed as shown in the figure. It is received every time. What is the reason? (I am sure that I am the only one who received the link. I did not do any receiving operations before opening the link. The official account is a test account, the personal account has been added to the whitelist, and the coupons are not customized)

Send data as follows:

<code>$shelvesData = array(
    "banner" => $url,
    "page_title" => urlencode("优惠"),
    "can_share" => true,
    "scene" => "SCENE_H5",
    "card_list" => $card_list
);</code>

The WeChat card and coupon shelf shows that it has been received

When I clicked on the coupon (not the button):
The WeChat card and coupon shelf shows that it has been received

Actual effect on WeChat development documentation:

The WeChat card and coupon shelf shows that it has been received

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn