文档
测试

自定义藏品列表

GET
admin_api/collection/customList

请求参数

参数名
类型
描述
必填
limit
int
每页条数
必填
page
int
页数
必填
text
string
搜索文本
必填

说明 / 示例

{ "suc": "ok", "message": "", "data": { "data": [ { "id": 3, "name": "测试藏品11122", "img": "", "publish_num": 1000, "max_num": 0, //最大购买数量 "publish_price": "899.00", "prior_status": 1,//是否开启优先购,1代表是 "prior_start": "", //优先购开始时间 "prior_end": "", //优先购结束时间 "draw_num": 0, "draw_start": "",//抽签开始时间 "draw_end": "",//抽签结束时间 "draw_open": "",//抽签公布时间 "start": "2022-06-20 00:00:00",//开始购买时间 "cost_point": 200,//花费积分 "update_time": 1654761201, "create_time": "2022-06-09 15:53:21",//创建时间 "buy_num": 0, "status": 0, "publish_time": "",//发布时间 "on_sale": 1//是否上架到发售日历,1代表是 }, { "id": 2, "name": "测试藏品", "img": "", "publish_num": 1000, "max_num": 0, "publish_price": "899.00", "prior_status": 1, "prior_start": "", "prior_end": "", "draw_num": 0, "draw_start": "", "draw_end": "", "draw_open": "", "start": "", "cost_point": 0, "update_time": 1654760789, "create_time": "2022-06-09 15:46:29", "buy_num": 0, "status": 0, "publish_time": "", "on_sale": 0 }, { "id": 1, "name": "测试藏品11122", "img": "", "publish_num": 1000, "max_num": 0, "publish_price": "899.00", "prior_status": 0, "prior_start": "", "prior_end": "", "draw_num": 0, "draw_start": "", "draw_end": "2022-06-09 16:40:00", "draw_open": "", "start": "2022-06-09 16:45:00", "cost_point": 10, "update_time": 1654763550, "create_time": "2022-06-09 15:46:03", "buy_num": 0, "status": 1, "publish_time": "", "on_sale": 0 } ], "count": 3, "limit": 0 } }