本帖最后由 李维强-15级 于 2020-4-1 14:51 编辑
开卡json参数
[JavaScript] syntaxhighlighter_viewsource syntaxhighlighter_copycode {
"card": {
"card_type": "MEMBER_CARD",
"member_card": {
"supply_bonus": false,
"supply_balance": false,
"prerogative": "test_prerogative",
"auto_activate": true,
"base_info": {
"logo_url": "http://wuyu.cqutlab.cn/Content/IMG/logocard.jpg",
"brand_name": "无隅",
"code_type": "CODE_TYPE_TEXT",
"title": "无隅酒店会员卡",
"color": "Color010",
"notice": "使用时向服务员出示此券",
"service_phone": "020-88888888",
"description": "不可与其他优惠同享",
"date_info": {
"type": "DATE_TYPE_PERMANENT"
},
"sku": {
"quantity": 0
},
"get_limit": 1,
"use_custom_code": true,
"get_custom_code_mode": "GET_CUSTOM_CODE_MODE_DEPOSIT",
"can_give_friend": true,
"custom_url_name": "订房首页",
"custom_url": "http://wuyu.cqutlab.cn/wxPage/Index",
"custom_url_sub_title": "4个分店选择",
"promotion_url_name": "订房页面",
"promotion_url": "http://wuyu.cqutlab.cn/wxPage/MainView",
"need_push_on_view": false
}
}
}
}
{"errcode":0,"errmsg":"ok","card_id":"pm4f9v5AU9UCDUwcvE4deZVxEou4"}
提交code过后的
{"errcode":0,"errmsg":"ok","succ_code":["001"],"duplicate_code":[],"fail_code":[]}
用js-sdk调用wx.addCard 发卡请求 |