{}
curl --location --request GET '/api/system/resume/search/?page=1&limit=1&area_id=&profession_id&type&keyword=1&video_type=2' \
--header 'User-Id: 11' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"msg": "string",
"page": 0,
"limit": 0,
"total": 0,
"is_next": true,
"is_previous": true,
"data": [
{
"id": 0,
"modifier_name": null,
"create_datetime": null,
"update_datetime": null,
"nick_name": "string",
"avatar": "string",
"img_url": [
"string"
],
"video_url": [
"string"
],
"name": "string",
"label": "string",
"status": 0,
"reason": null,
"user": 0
}
]
}