mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-18 17:48:12 +08:00
feat(tenpayv3): 新增会员卡基础功能相关接口
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"card_id": "pbLatjvWOibDc5-TBnbUk1pD12o0",
|
||||
"code": "478515832665",
|
||||
"openid": "obLatjnx9gnqzS4myYGmLZ7LgLBA",
|
||||
"membership_number": "316510891298",
|
||||
"level": "钻石会员",
|
||||
"nickname": "周星星",
|
||||
"head_image_url": "http://wx.qlogo.cn/xxx",
|
||||
"background_picture_url": "https://wxpaylogo.qpic.cn/wxpaylogo/PiajxSqBRaEIPAeia7Imvtsn7sYGNcEj33YzVvJF88ECQ19LXId8ZL2Q/0",
|
||||
"balance": 888,
|
||||
"user_card_status": "EFFECTIVE",
|
||||
"user_information": {
|
||||
"common_field_list": [
|
||||
{
|
||||
"name": "USER_FORM_FLAG_MOBILE",
|
||||
"value": "深圳"
|
||||
}
|
||||
],
|
||||
"custom_field_list": [
|
||||
{
|
||||
"name": "喜欢的运动",
|
||||
"value": "篮球",
|
||||
"value_list": ["羽毛球,足球,乒乓球"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"bonus_value": 600,
|
||||
"service_modules": [
|
||||
{
|
||||
"service_module_id": "666",
|
||||
"state_setting": {
|
||||
"state_id": "CHECKED_IN",
|
||||
"content_template_data": {
|
||||
"field_list": [
|
||||
{
|
||||
"field_id": "hotel_name",
|
||||
"field_value": "深圳市南山区滨海路700号"
|
||||
}
|
||||
],
|
||||
"action_setting": {
|
||||
"action_name": "一键开锁",
|
||||
"jump_miniprogram": {
|
||||
"appid": "wx37178d097a6851d8",
|
||||
"path": "pages/index/index"
|
||||
}
|
||||
}
|
||||
},
|
||||
"message_template_setting": {
|
||||
"message_template_id": "9bJgRNz9XG248XZ-a0nDKH3Vt_vaTp32fRP1LWvxjzI",
|
||||
"field_list": [
|
||||
{
|
||||
"field_id": "keyword1",
|
||||
"field_value": "深圳市南山区滨海路700号"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"encrypted_phone_number": "vvysDQeEaH3I+BdPQaKSE2j4mAFON3kzNexb/SYkHZNJAuCittaW4wpGj7U+h9A==",
|
||||
"code": "478515832665",
|
||||
"out_request_no": "100002322019090134234sfdf"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"code": "478515832665"
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"openid": "obLatjnx9gnqzS4myYGmLZ7LgLBA",
|
||||
"code": "478515832665",
|
||||
"out_request_no": "100002322019090134234sfdf"
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"code": "478515832665"
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"card_id": "pbLatjvWOibDc5-TBnbUk1pD12o0",
|
||||
"code": "478515832665"
|
||||
}
|
||||
],
|
||||
"total_count": 20,
|
||||
"offset": 1,
|
||||
"limit": 20
|
||||
}
|
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"reason": "用户违反会员条例"
|
||||
}
|
@@ -0,0 +1 @@
|
||||
{}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"membership_number": "316510891298",
|
||||
"background_picture_url": "https://wxpaylogo.qpic.cn/wxpaylogo/PiajxSqBRaEIPAeia7Imvtsn7sYGNcEj33YzVvJF88ECQ19LXId8ZL2Q/0",
|
||||
"level": "钻石会员",
|
||||
"out_request_no": "100002322019090134234sfdf",
|
||||
"balance_information": {
|
||||
"before_balance": 888,
|
||||
"balance": 888,
|
||||
"add_balance": 100,
|
||||
"balance_remark": "购买一杯珍珠奶茶,消耗30元"
|
||||
},
|
||||
"need_inform_balance": true,
|
||||
"need_inform_level": true
|
||||
}
|
Reference in New Issue
Block a user