简要描述:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
kevin |
2022-10-10 |
|
请求URL:
请求方式:
请求头:
参数名 |
是否必须 |
类型 |
说明 |
token |
是 |
string |
授权凭证 |
请求参数:
参数名 |
是否必须 |
类型 |
说明 |
page |
是 |
int |
页码 |
pagesize |
是 |
int |
条数 |
module |
否 |
string |
模块 |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"list": [
{
"card_id": 10,
"module": "unionshopmulti",
"card_type": 2,
"card_name": "建材门店 2 年卡",
"num_month": 25,
"price": 2200,
"remark": "建材门店 2 年卡",
"card_type_msg": "年卡",
"time_msg": "有效期2年1个月"
},
{
"card_id": 5,
"module": "sharemechanic",
"card_type": 1,
"card_name": "精装技工 2 季卡",
"num_month": 6,
"price": 600,
"remark": "精装技工 2 季卡",
"card_type_msg": "季卡",
"time_msg": "有效期3个月"
},
],
"page": 1,
"pagesize": "10",
"total": 4,
"recharge_description": "<p>充值说明内容<br></p>"
}
}
错误时返回:
{
"status": 0,
"msg": "token过期"
}
返回参数说明:
参数名 |
类型 |
说明 |
list |
array |
卡id |
page |
int |
页码 |
pagesize |
int |
条数 |
total |
int |
总数 |
recharge_description |
string |
充值说明内容 |
返回参数说明:
参数名 |
类型 |
说明 |
card_id |
int |
卡id |
module |
string |
模块 |
card_type |
int |
卡类型【1=季卡,2=年卡】 |
card_name |
string |
会员卡名称 |
num_month |
int |
有限期几个月 |
price |
int |
会员卡价格 |
remark |
string |
备注 |
card_type_msg |
string |
卡类型信息 |
time_msg |
string |
有效期信息 |
备注:
作者:admin 创建时间:2022-10-10 18:14
更新时间:2025-04-01 15:40