{
"name": "string",
"status": 0,
"is_recommend": 0,
"describe": "string",
"sort": 0,
"price_list": [
{
"status": 0,
"duration": "string",
"duration_type": 0,
"sell_price": 0,
"lineation_price": 0,
"is_give": 0,
"give_balance": 0,
"give_robot": 0
}
],
"model_list": {
"chat_model": [
{
"channel": "string",
"day_limit": 0,
"status": 0
}
],
"vector_model": [
"string"
]
},
"apply_list": [
{
"channel": "string",
"name": "string",
"day_limit": "string",
"status": 0
}
],
"benefits_list": [
{
"name": "string",
"image": "string",
"describe": "string",
"status": 0
}
]
}curl --location --request GET 'adminapi/member.memberPackage/lists' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"status": 0,
"is_recommend": 0,
"describe": "string",
"sort": 0,
"price_list": [
{
"status": 0,
"duration": "string",
"duration_type": 0,
"sell_price": 0,
"lineation_price": 0,
"is_give": 0,
"give_balance": 0,
"give_robot": 0
}
],
"model_list": {
"chat_model": [
{
"channel": "string",
"day_limit": 0,
"status": 0
}
],
"vector_model": [
"string"
]
},
"apply_list": [
{
"channel": "string",
"name": "string",
"day_limit": "string",
"status": 0
}
],
"benefits_list": [
{
"name": "string",
"image": "string",
"describe": "string",
"status": 0
}
]
}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 10,
"name": "黄金会员2",
"is_recommend": 0,
"status": 1,
"sort": 0,
"create_time": "2024-05-27 16:47:25",
"describe": "这是黄金会员描述",
"packge_num": 0
},
{
"id": 9,
"name": "黄金会员",
"is_recommend": 0,
"status": 1,
"sort": 0,
"create_time": "2024-05-27 16:21:44",
"describe": "这是黄金会员描述",
"packge_num": 0
},
{
"id": 7,
"name": "黄金会员22",
"is_recommend": 0,
"status": 1,
"sort": 0,
"create_time": "2024-05-27 16:20:16",
"describe": "这是黄金会员描述",
"packge_num": 0
}
],
"count": 3,
"page_no": 1,
"page_size": 25,
"extend": []
}
}