mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 01:44:42 +08:00
feat(tenpayv3): 新增会员卡模板相关接口相关接口
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"appid": "wxea9c30890f48d5ae",
|
||||
"logo_url": "https://wxpaylogo.qpic.cn/wxpaylogo/PiajxSqBRaEIPAeia7Imvtsn7sYGNcEj33YzVvJF88ECQ19LXId8ZL2Q/0",
|
||||
"brand": {
|
||||
"brand_id": "1004",
|
||||
"display_name": "微信支付"
|
||||
},
|
||||
"title": "微信支付测试卡",
|
||||
"background_picture_url": "https://wxpaylogo.qpic.cn/wxpaylogo/PiajxSqBRaEIPAeia7Imvtsn7sYGNcEj33YzVvJF88ECQ19LXId8ZL2Q/0",
|
||||
"description": "使用本会员卡表示你同意xxx公司的协议",
|
||||
"service_phone": "010-8877xxxx",
|
||||
"code_type": "BAR_CODE",
|
||||
"total_quantity": 5000000,
|
||||
"date_information": {
|
||||
"type": "FIX_TIME_RANGE",
|
||||
"available_begin_time": "2020-05-20T13:29:35.120+08:00",
|
||||
"available_end_time": "2030-05-20T13:29:35.120+08:00",
|
||||
"available_day_after_receive": 200,
|
||||
"wait_days_after_receive": 1
|
||||
},
|
||||
"code_mode": "SYSTEM_ALLOCATE",
|
||||
"need_display_level": true,
|
||||
"init_level": "白银会员",
|
||||
"out_request_no": "100002322019090134234sfdf",
|
||||
"balance_information": {
|
||||
"need_balance": false,
|
||||
"balance_appid": "wxea9c30890f48d5ae",
|
||||
"balance_path": "pages/balance/balance",
|
||||
"balance_url": "https://xxx.com"
|
||||
},
|
||||
"user_information_form": {
|
||||
"common_field_list": ["USER_FORM_FLAG_MOBILE", "USER_FORM_FLAG_SEX", "USER_FORM_FLAG_NAME", "USER_FORM_FLAG_BIRTHDAY"],
|
||||
"custom_field_list": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"name": "喜欢的运动",
|
||||
"values": ["篮球", "足球", "羽毛球"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"additional_statement": {
|
||||
"title": "xxx会员卡使用须知",
|
||||
"url": "https://xxx.111.com",
|
||||
"appid": "wxea9c30890f48d5ae",
|
||||
"path": "pages/statement/statement"
|
||||
},
|
||||
"need_dynamic_code": false
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"card_id": "pbLatjvWOibDc5-TBnbUk1pD12o0",
|
||||
"create_time": "2020-05-20T13:29:35.120+08:00",
|
||||
"update_time": "2020-05-20T13:29:35.120+08:00",
|
||||
"remain_quantity": 1004,
|
||||
"status": "NOT_APPROVE",
|
||||
"brand": {
|
||||
"brand_id": "1004",
|
||||
"display_name": "微信支付"
|
||||
},
|
||||
"appid": "wxea9c30890f48d5ae",
|
||||
"logo_url": "https://wxpaylogo.qpic.cn/wxpaylogo/PiajxSqBRaEIPAeia7Imvtsn7sYGNcEj33YzVvJF88ECQ19LXId8ZL2Q/0",
|
||||
"title": "微信支付测试卡",
|
||||
"background_picture_url": "https://wxpaylogo.qpic.cn/wxpaylogo/PiajxSqBRaEIPAeia7Imvtsn7sYGNcEj33YzVvJF88ECQ19LXId8ZL2Q/0",
|
||||
"description": "使用本会员卡表示你同意xxx公司的协议",
|
||||
"service_phone": "010-8877xxxx",
|
||||
"code_type": "BAR_CODE",
|
||||
"total_quantity": 5000000,
|
||||
"date_information": {
|
||||
"type": "FIX_TIME_RANGE",
|
||||
"available_begin_time": "2020-05-20T13:29:35.120+08:00",
|
||||
"available_end_time": "2030-05-20T13:29:35.120+08:00",
|
||||
"available_day_after_receive": 200,
|
||||
"wait_days_after_receive": 1
|
||||
},
|
||||
"code_mode": "SYSTEM_ALLOCATE",
|
||||
"need_display_level": true,
|
||||
"init_level": "白银会员",
|
||||
"out_request_no": "100002322019090134234sfdf",
|
||||
"balance_information": {
|
||||
"need_balance": false,
|
||||
"balance_appid": "wxea9c30890f48d5ae",
|
||||
"balance_path": "pages/balance/balance",
|
||||
"balance_url": "https://xxx.com"
|
||||
},
|
||||
"user_information_form": {
|
||||
"common_field_list": ["USER_FORM_FLAG_MOBILE", "USER_FORM_FLAG_SEX", "USER_FORM_FLAG_NAME", "USER_FORM_FLAG_BIRTHDAY"],
|
||||
"custom_field_list": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"name": "喜欢的运动",
|
||||
"values": ["篮球", "足球", "羽毛球"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"additional_statement": {
|
||||
"title": "xxx会员卡使用须知",
|
||||
"url": "https://xxx.111.com",
|
||||
"appid": "wxea9c30890f48d5ae",
|
||||
"path": "pages/statement/statement"
|
||||
},
|
||||
"need_dynamic_code": false
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"code": ["478515832665"]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"code": "478515832665",
|
||||
"result": "SUCCESS"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"card_id": "pbLatjvWOibDc5-TBnbUk1pD12o0",
|
||||
"create_time": "2020-05-20T13:29:35.120+08:00",
|
||||
"update_time": "2020-05-20T13:29:35.120+08:00",
|
||||
"remain_quantity": 20,
|
||||
"status": "NOT_APPROVE",
|
||||
"brand": {
|
||||
"brand_id": "1004",
|
||||
"display_name": "微信支付"
|
||||
},
|
||||
"appid": "wxea9c30890f48d5ae",
|
||||
"logo_url": "https://wxpaylogo.qpic.cn/wxpaylogo/PiajxSqBRaEIPAeia7Imvtsn7sYGNcEj33YzVvJF88ECQ19LXId8ZL2Q/0",
|
||||
"title": "微信支付测试卡",
|
||||
"background_picture_url": "https://wxpaylogo.qpic.cn/wxpaylogo/PiajxSqBRaEIPAeia7Imvtsn7sYGNcEj33YzVvJF88ECQ19LXId8ZL2Q/0",
|
||||
"description": "使用本会员卡表示你同意xxx公司的协议",
|
||||
"service_phone": "010-8877xxxx",
|
||||
"code_type": "BAR_CODE",
|
||||
"total_quantity": 5000000,
|
||||
"date_information": {
|
||||
"type": "FIX_TIME_RANGE",
|
||||
"available_begin_time": "2020-05-20T13:29:35.120+08:00",
|
||||
"available_end_time": "2030-05-20T13:29:35.120+08:00",
|
||||
"available_day_after_receive": 200,
|
||||
"wait_days_after_receive": 2
|
||||
},
|
||||
"code_mode": "SYSTEM_ALLOCATE",
|
||||
"need_display_level": true,
|
||||
"init_level": "白银会员",
|
||||
"out_request_no": "100002322019090134234sfdf",
|
||||
"balance_information": {
|
||||
"need_balance": false,
|
||||
"balance_appid": "wxea9c30890f48d5ae",
|
||||
"balance_path": "pages/balance/balance",
|
||||
"balance_url": "https://xxx.com"
|
||||
},
|
||||
"user_information_form": {
|
||||
"can_modify_after_activate": false,
|
||||
"common_field_list": ["USER_FORM_FLAG_MOBILE", "USER_FORM_FLAG_SEX", "USER_FORM_FLAG_NAME", "USER_FORM_FLAG_BIRTHDAY"],
|
||||
"custom_field_list": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"name": "喜欢的运动",
|
||||
"values": ["篮球", "足球", "羽毛球"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"additional_statement": {
|
||||
"title": "xxx会员卡使用须知",
|
||||
"url": "https://xxx.111.com",
|
||||
"appid": "wxea9c30890f48d5ae",
|
||||
"path": "pages/statement/statement"
|
||||
},
|
||||
"bonus": {
|
||||
"init_bonus": 100,
|
||||
"bonus_value_word": "我的积分",
|
||||
"bonus_cost_title": "积分兑换",
|
||||
"bonus_cost_word": "500积分=2小时免费停车券",
|
||||
"bonus_jump_word": "更多礼品",
|
||||
"bonus_jump_appid": "wxea9c30a90fs8d3fe",
|
||||
"bonus_jump_path": "/pages/bonus/bonus",
|
||||
"bonus_support_appid": "wxea9c30a90fs8d3fe",
|
||||
"bonus_support_path": "pages/selfbonus/selfbonus"
|
||||
},
|
||||
"favor": {
|
||||
"show_coupon": true,
|
||||
"member_price_word": "周二会员全场八折",
|
||||
"member_price_appid": "wxea9c30a90fs8d3fe",
|
||||
"member_price_path": "pages/favor/favor"
|
||||
},
|
||||
"service_modules": [
|
||||
{
|
||||
"service_module_id": "666",
|
||||
"jump_miniprogram": {
|
||||
"appid": "wx37178d097a6851d8",
|
||||
"path": "pages/index/index"
|
||||
}
|
||||
}
|
||||
],
|
||||
"fapiao": {
|
||||
"fapiao_jump_word": "查看我的发票",
|
||||
"fapiao_jump_appid": "wxea9c30a90fs8d3fe",
|
||||
"fapiao_jump_path": "pages/fapiao/fapiao"
|
||||
},
|
||||
"guide": {
|
||||
"staff_name": "酒店管家-何小明",
|
||||
"head_image_url": "https://wxpaylogo.qpic.cn/wxpaylogo/PiajxSqBRaEIPAeia7Imvtsn7sYGNcEj33YzVvJF88ECQ19LXId8ZL2Q/0",
|
||||
"contact_information_name": "微信号",
|
||||
"contact_information_value": "weixin123",
|
||||
"phone_number": "0755-12345677"
|
||||
},
|
||||
"need_dynamic_code": false
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"card_id": "pbLatjvWOibDc5-TBnbUk1pD12o0",
|
||||
"create_time": "2020-05-20T13:29:35.120+08:00",
|
||||
"update_time": "2020-05-20T13:29:35.120+08:00",
|
||||
"remain_quantity": 20,
|
||||
"status": "NOT_APPROVE",
|
||||
"brand": {
|
||||
"brand_id": "1004",
|
||||
"display_name": "微信支付"
|
||||
},
|
||||
"appid": "wxea9c30890f48d5ae",
|
||||
"logo_url": "https://wxpaylogo.qpic.cn/wxpaylogo/PiajxSqBRaEIPAeia7Imvtsn7sYGNcEj33YzVvJF88ECQ19LXId8ZL2Q/0",
|
||||
"title": "微信支付测试卡",
|
||||
"background_picture_url": "https://wxpaylogo.qpic.cn/wxpaylogo/PiajxSqBRaEIPAeia7Imvtsn7sYGNcEj33YzVvJF88ECQ19LXId8ZL2Q/0",
|
||||
"description": "使用本会员卡表示你同意xxx公司的协议,解释权归xxx公司所有",
|
||||
"service_phone": "010-8877xxxx",
|
||||
"code_type": "BAR_CODE",
|
||||
"total_quantity": 5000000,
|
||||
"date_information": {
|
||||
"type": "FIX_TIME_RANGE",
|
||||
"available_begin_time": "2020-05-20T13:29:35.120+08:00",
|
||||
"available_end_time": "2030-05-20T13:29:35.120+08:00",
|
||||
"available_day_after_receive": 200,
|
||||
"wait_days_after_receive": 2
|
||||
},
|
||||
"code_mode": "SYSTEM_ALLOCATE",
|
||||
"need_display_level": true,
|
||||
"init_level": "白银会员",
|
||||
"out_request_no": "100002322019090134234sfdf",
|
||||
"balance_information": {
|
||||
"need_balance": false,
|
||||
"balance_appid": "wxea9c30890f48d5ae",
|
||||
"balance_path": "pages/balance/balance",
|
||||
"balance_url": "https://xxx.com"
|
||||
},
|
||||
"user_information_form": {
|
||||
"can_modify_after_activate": false,
|
||||
"common_field_list": ["USER_FORM_FLAG_MOBILE", "USER_FORM_FLAG_SEX", "USER_FORM_FLAG_NAME", "USER_FORM_FLAG_BIRTHDAY"],
|
||||
"custom_field_list": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"name": "喜欢的运动",
|
||||
"values": ["篮球", "足球", "羽毛球"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"additional_statement": {
|
||||
"title": "xxx会员卡使用须知",
|
||||
"url": "https://xxx.111.com",
|
||||
"appid": "wxea9c30890f48d5ae",
|
||||
"path": "pages/statement/statement"
|
||||
}
|
||||
}
|
||||
],
|
||||
"need_dynamic_code": false,
|
||||
"total_count": 20,
|
||||
"offset": 1,
|
||||
"limit": 20
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"appid": "wxea9c30890f48d5ae",
|
||||
"logo_url": "https://wxpaylogo.qpic.cn/wxpaylogo/PiajxSqBRaEIPAeia7Imvtsn7sYGNcEj33YzVvJF88ECQ19LXId8ZL2Q/0",
|
||||
"title": "微信支付测试卡",
|
||||
"background_picture_url": "https://wxpaylogo.qpic.cn/wxpaylogo/PiajxSqBRaEIPAeia7Imvtsn7sYGNcEj33YzVvJF88ECQ19LXId8ZL2Q/0",
|
||||
"description": "使用本会员卡表示你同意xxx公司的协议",
|
||||
"service_phone": "010-8877xxxx",
|
||||
"total_quantity": 5000000,
|
||||
"date_information": {
|
||||
"type": "FIX_TIME_RANGE",
|
||||
"available_end_time": "2030-05-20T13:29:35.120+08:00",
|
||||
"available_day_after_receive": 200,
|
||||
"wait_days_after_receive": 2
|
||||
},
|
||||
"need_display_level": false,
|
||||
"init_level": "白银会员",
|
||||
"balance_information": {
|
||||
"need_balance": false,
|
||||
"balance_appid": "wxea9c30890f48d5ae",
|
||||
"balance_path": "pages/balance/balance",
|
||||
"balance_url": "https://xxx.com"
|
||||
},
|
||||
"user_information_form": {
|
||||
"can_modify_after_activate": false,
|
||||
"common_field_list": ["USER_FORM_FLAG_MOBILE", "USER_FORM_FLAG_SEX"],
|
||||
"custom_field_list": [
|
||||
{
|
||||
"type": "TEXT",
|
||||
"name": "喜欢的运动",
|
||||
"values": ["篮球", "足球", "羽毛球"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"additional_statement": {
|
||||
"title": "xxx会员卡使用须知",
|
||||
"url": "https://xxx.111.com",
|
||||
"appid": "wxea9c30890f48d5ae",
|
||||
"path": "pages/statement/statement"
|
||||
},
|
||||
"need_dynamic_code": false
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"brand_id": "1001622624",
|
||||
"appid": "wxea9c30890f48d5ae"
|
||||
}
|
||||
Reference in New Issue
Block a user