创建会员卡的参数:
{
"card": {
"card_type": "MEMBER_CARD",
"member_card": {
"wx_activate": true,
"wx_activate_after_submit" : true,
"wx_activate_after_submit_url" : "",
"activate_app_brand_user_name" : "gh_d524574870be@app",
"activate_app_brand_pass" : "pages/index/main",
"base_info": {
"logo_url": "http://mmbiz.qpic.cn/mmbiz/iaL1LJM1mF9aRKPZ/0",
"brand_name": "激活不了的会员卡",
"code_type": "CODE_TYPE_QRCODE",
"title": "测试会员卡",
"color": "Color010",
"notice": "使用时向服务员出示此券",
"description": "不可与其他优惠同享",
"date_info": {
"type": "DATE_TYPE_PERMANENT"
},
"sku": {
"quantity": 100
},
"get_limit": 3,
"use_custom_code": false,
"can_give_friend": true,
"custom_url_name": "立即使用",
"custom_url": "http://weixin.qq.com",
"custom_url_sub_title": "6个汉字tips",
"promotion_url_name": "营销入口1",
"promotion_url": "http://www.qq.com",
"need_push_on_view": true
},
"supply_bonus": false,
"supply_balance": false,
"prerogative": "测试会员卡"
}
}
}
进入小程序点击未激活的会员卡跳转到卡包,卡包点击激活跳转回小程序,怎么配置才能让其能够修改开卡信息?
当前公众号会员卡的确不支持跳转小程序开卡(激活跳转小程序的方式)二次填写开卡信息,如果这个属于强需求的话,建议使用小程序开卡,跳转h5回调激活的方式来完成需求。后期微信会迭代会员卡功能,不着急的开发可以再观望一下