curl --location --request GET '/api/recharge/lists' \
--header 'token: {{api-token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"name": "机器人套餐",
"remarks": "备注信息",
"tags": "",
"sell_price": "12.00",
"line_price": "15.24",
"chat_balance": "10.0000",
"robot_number": 12,
"video_duration": 0,
"give_chat_balance": 1,
"give_robot_number": 1,
"give_video_duration": 0,
"is_give": 1,
"is_recommend": 0
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": {
"balance": "10.0000000",
"robot_num": 0,
"video_num": "0.00"
}
}
}