{}
curl --location --request GET '/api/system/ad_image/get_list/' \
--header 'User-Id: 11' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"code": 0,
"page": 0,
"limit": 0,
"total": 0,
"data": [
{
"id": 0,
"modifier_name": null,
"create_datetime": null,
"update_datetime": null,
"title": "string",
"description": "string",
"file_url": "string"
}
],
"msg": "string"
}