简要描述:
接口版本:
版本号 |
制定人 |
制定日期 |
备注 |
1.0.0 |
kevin |
2019-09-19 |
增加套餐列表接口 |
请求URL:
请求方式:
请求头:
参数名 |
是否必须 |
类型 |
说明 |
Content-Type |
是 |
string |
|
Content-MD5 |
是 |
string |
|
请求参数:
返回示例:
正确时返回(例子):
{
"msg": "请求成功",
"code": 200,
"icon": 1,
"time": 2000,
"data": [
{
"package_id": 1,
"description": "黄金会员",
"name": "黄金会员",
"price": 200,
"send_point": 200,
"img": "package/2019-09-19/5d8379b82295b.png",
"pay_type": 1,
"show_type": 1,
"maintenance_price": 5,
"accident_price": 10,
"rate": "0.00"
},
{
"package_id": 2,
"name": "铂金会员",
"description": "铂金会员",
"price": 200,
"send_point": 100,
"img": "package/2019-09-19/5d8379c27cdea.png",
"pay_type": 1,
"show_type": 1,
"maintenance_price": 4,
"accident_price": 9,
"rate": "0.00"
},
{
"package_id": 3,
"name": "钻石会员",
"description": "钻石会员",
"price": 200,
"send_point": 50,
"img": "package/2019-09-19/5d837b6ecf453.png",
"pay_type": 1,
"show_type": 1,
"maintenance_price": 3,
"accident_price": 8,
"rate": "0.00"
}
],
"url": null
}
错误时返回(例子):
{
}
返回参数说明:
参数名 |
类型 |
说明 |
package_id |
int |
套餐id |
description |
string |
套餐描述 |
name |
string |
套餐名称 |
price |
int |
支付价格 |
send_point |
int |
赠送查车币 |
img |
string |
图标 |
pay_type |
int |
扣费类型 |
show_type |
int |
是否在小程序中显示 1=显示 2=不显示 |
maintenance_price |
int |
维保价格 |
accident_price |
int |
事故价格 |
rate |
string |
折扣 |
备注:
- 更多返回错误代码请看下面
200 请求成功
400 请求失败
文档更新时间: 2019-09-28 16:53 作者:kevin