卡券拉起微信支付 ?

小游戏 企业微信 微信支付 小程序 文章 2020-07-30 21:11 636 0 全屏看文

AI助手支持GPT4.0

卡券拉起微信支付 ?

8.5.1 创建会员卡支持微信支付刷卡

商户可以创建一张会员卡支持微信支付刷卡,须在创建会员卡接口的JSON中加入以下字段:

 {     "card": {         "card_type": "MEMBER_CARD",         "member_card": {"base_info": {    "pay_info":    {            "swipe_card":            { "is_swipe_card":true         }       }}         }     } }

之前创建的卡券 ,设置了center_app_brand_pass,是跳转到小程序的,

现在希望中间的按钮改为拉起微信付款码 ,原有的center_app_brand_pass配置是会冲突么?

8.5.1 create a membership card to support wechat payment. Merchants can create a membership card to support wechat payment. The following fields must be added to the JSON of creating membership card interface: {"card": {"card"_ type": "MEMBER_ CARD", "member_ card": {"base_ info": { "pay_ info": { "swipe_ card": { "is_ swipe_ Card ": for the card created before true}}}}}}}, the center is set_ app_ brand_ Pass is to jump to the small program. Now I want to change the button in the middle to pull up the wechat payment code, the original center_ app_ brand_ Will the pass configuration conflict?

回答:

kanison:


    center_title: "微信支付"

    center_sub_title: "点击使用微信付款码支付"


这两个设置成空字符串就可以,感觉挺坑的设置

-EOF-

AI助手支持GPT4.0