{
"adList": [
{
"id": 0,
"imageUrl": "string",
"linkUrl": "string",
"name": "string",
"sort": 0
}
],
"splashAdShowInterval": 0,
"splashAdShowTime": 0,
"splashAdSwitch": 0
}curl --location --request POST '/api/admin/page/layout/splash/ad/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"adList": [
{
"id": 0,
"imageUrl": "string",
"linkUrl": "string",
"name": "string",
"sort": 0
}
],
"splashAdShowInterval": 0,
"splashAdShowTime": 0,
"splashAdSwitch": 0
}'{
"code": 0,
"data": {},
"message": "string"
}