X-Token: ********************
{
"page": 1,
"limit": 10,
"lang": "zh-cn",
"catid": "",
"model_id": 6,
"sort_by": "weigh",
"sort_type": "asc",
"extend_field": {
"color": "green"
},
"extend_op": {
"color": "="
}
}
curl --location --request POST 'http://api.xxx.com/content/listPage' \
--header 'Accept: application/json' \
--header 'X-Form-Client;' \
--header 'Content-Type: application/json' \
--header 'X-Token;' \
--data-raw '{
"page": 1,
"limit": 10,
"lang": "zh-cn",
"catid": "",
"model_id": 6,
"sort_by": "weigh",
"sort_type": "asc",
"extend_field": {
"color": "green"
},
"extend_op": {
"color": "="
}
}'
{
"msg": "string",
"data": {
"lists": [
{
"id": 0,
"category_id": 0,
"category_ids": "string",
"model_id": 0,
"admin_id": 0,
"user_id": 0,
"title": "string",
"subtitle": "string",
"thumb": "string",
"seotitle": "string",
"keywords": "string",
"description": "string",
"tags": "string",
"style": "string",
"weigh": 0,
"author": "string",
"url": "string",
"diyname": "string",
"views": 0,
"flags": "string",
"price": "string",
"jumplink": "string",
"comments": 0,
"iscomment": 0,
"collection": 0,
"likes": 0,
"dislikes": 0,
"islogin": 0,
"show_tpl": "string",
"status": "string",
"lang": "string",
"publish_time": 0,
"delete_time": null,
"update_time": 0,
"create_time": 0,
"category": {
"id": 0,
"model_id": 0,
"parent_id": 0,
"type": "string",
"app": "string",
"name": "string",
"title": "string",
"url": "string",
"image": "string",
"category_tpl": "string",
"list_tpl": "string",
"show_tpl": "string",
"seo_title": "string",
"seo_keywords": "string",
"seo_desc": "string",
"ismenu": 0,
"target": "string",
"user_auth": 0,
"lang": "string",
"weigh": 0,
"num": 0,
"delete_time": null,
"update_time": 0,
"create_time": 0,
"status": "string",
"demo": "string"
}
}
],
"count": 0
},
"code": 0
}