1。会员卡列表
接口
POST https://open.jisuapp.cn/business/VipCard/GetVIPCardList
请求参数说明
Content-Type: application/x-www-form-urlencoded
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| access_token | String | Y | 用户授权的唯一票据 |
| page | int | n | 页码 |
| enable_status | int | n | 上下架状态 0下架 1上架 |
返回参数
| 参数 | 类型 | 说明 |
|---|---|---|
| id | int | 自增id |
| app_id | String | 小程序id |
| app_name | String | 小程序名字 |
| logo | String | 小程序logo |
| user_token | String | 登录人的标识 |
| title | String | 会员卡名字 |
| is_show_vipid | String | 是否显示会员卡号 |
| level | String | 领取等级 |
| background_type | int | 背景颜色类型 1->三原色 2->自定义背景 |
| background | String | 背景颜色 |
| description | String | 描述 |
| condition_type | String | 条件类型 |
| integral_count | String | 赠送积分 |
| phone | String | 电话 |
| is_free_postage | String | 是否免费获取 |
| discount | String | 开卡折扣 |
| integral | String | 是否赠送积分 |
| add_time | String | 添加时间 |
| expire | String | 有效时间 |
| enable_status | String | 上下架 |
| is_deleted | String | 是否删除 |
| vip_user_count | String | 领取人数 |
参数返回示例
{
"status": 0,
"data": [
{
"id": "320494",
"app_id": "AJz4hyOOT6",
"app_name": "我的应用8",
"logo": "http://cdn.jisuapp.cn/zhichi_frontend/static/invitation/images/logo.png",
"user_token": "287141efd2ebfc2182d8abece57a1d04",
"title": "新建卡",
"is_show_vipid": "1",
"level": "0",
"background_type": "0",
"background": "#53BCF3",
"description": "",
"condition_type": "0",
"trade_count": "-1",
"consume_count": "-1",
"integral_count": "-1",
"phone": "18603018609",
"is_free_postage": "0",
"discount": "5.00",
"coupon_list": [],
"integral": "0",
"add_time": "1536653727",
"expire": "-1",
"enable_status": "0",
"is_deleted": "0",
"vip_user_count": 0
}
],
"is_more": 0,
"current_page": -1,
"count": "1",
"total_page": 1
}