- 后台接口
- 前台接口
- 【新】后台接口
- 【新】前台接口
会员套餐列表
开发中
GET
api/memberPackage/lists
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'api/memberPackage/lists'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
array [object {5}]
必需
benefits_list
array [object {8}]
权益
price_list
array [object {11}]
价格
id
integer
必需
name
string
套餐名称
describe
string
描述
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": [
{
"benefits_list": [
{
"id": 3,
"package_id": 7,
"name": "AI对话-GPT3.5",
"image": "http://www.php-cw.localhost/resource/image/adminapi/default/default_avatar.png",
"describe": "100/天",
"status": 1,
"sort": 0,
"create_time": "2024-05-27 16:48:07"
}
],
"price_list": [
{
"id": 7,
"package_id": 7,
"duration": 0,
"duration_type": 3,
"sell_price": "288.00",
"lineation_price": "488.00",
"give_balance": "200.0000000",
"give_robot": 2,
"is_recommend": 0,
"status": 1,
"create_time": "2024-05-27 16:48:08"
},
{
"id": 8,
"package_id": 7,
"duration": 1,
"duration_type": 1,
"sell_price": "28.00",
"lineation_price": "48.00",
"give_balance": "0.0000000",
"give_robot": 0,
"is_recommend": 0,
"status": 21,
"create_time": "2024-05-27 16:48:08"
}
],
"id": 7,
"name": "黄金会员22",
"describe": "这是黄金会员描述"
},
{
"benefits_list": [
{
"id": 1,
"package_id": 9,
"name": "AI对话-GPT3.5",
"image": "http://www.php-cw.localhost/resource/image/adminapi/default/default_avatar.png",
"describe": "100/天",
"status": 1,
"sort": 0,
"create_time": "2024-05-27 16:21:44"
}
],
"price_list": [
{
"id": 3,
"package_id": 9,
"duration": 0,
"duration_type": 3,
"sell_price": "288.00",
"lineation_price": "488.00",
"give_balance": "200.0000000",
"give_robot": 2,
"is_recommend": 0,
"status": 1,
"create_time": "2024-05-27 16:21:44"
},
{
"id": 4,
"package_id": 9,
"duration": 1,
"duration_type": 1,
"sell_price": "28.00",
"lineation_price": "48.00",
"give_balance": "0.0000000",
"give_robot": 0,
"is_recommend": 0,
"status": 21,
"create_time": "2024-05-27 16:21:44"
}
],
"id": 9,
"name": "黄金会员",
"describe": "这是黄金会员描述"
},
{
"benefits_list": [
{
"id": 2,
"package_id": 10,
"name": "AI对话-GPT3.5",
"image": "http://www.php-cw.localhost/resource/image/adminapi/default/default_avatar.png",
"describe": "100/天",
"status": 1,
"sort": 0,
"create_time": "2024-05-27 16:47:25"
}
],
"price_list": [
{
"id": 5,
"package_id": 10,
"duration": 0,
"duration_type": 3,
"sell_price": "288.00",
"lineation_price": "488.00",
"give_balance": "200.0000000",
"give_robot": 2,
"is_recommend": 0,
"status": 1,
"create_time": "2024-05-27 16:47:26"
},
{
"id": 6,
"package_id": 10,
"duration": 1,
"duration_type": 1,
"sell_price": "28.00",
"lineation_price": "48.00",
"give_balance": "0.0000000",
"give_robot": 0,
"is_recommend": 0,
"status": 21,
"create_time": "2024-05-27 16:47:26"
}
],
"id": 10,
"name": "黄金会员2",
"describe": "这是黄金会员描述"
}
]
}
修改于 2024-05-28 03:10:42