token: ********************
{
"operate": 1,
"timesId": "59664725128054",
"schemeList": [
{
"id": "42",
"schemeName": "术动些织张往五",
"fileName": "听区打八三他理",
"type": "Duis sunt consectetur occaecat"
}
]
}
curl --location --request POST 'http://127.0.0.1:8091/clean/scheme/present' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"operate": 1,
"timesId": "59664725128054",
"schemeList": [
{
"id": "42",
"schemeName": "术动些织张往五",
"fileName": "听区打八三他理",
"type": "Duis sunt consectetur occaecat"
}
]
}'
{
"code": "1",
"msg": "成功",
"data": null
}