Authorization: Bearer ********************[
"600007.SH",
"600016.SH"
]curl --location --request POST 'http://localhost:9999/api1/li-company-inter/deleteSamples' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
"600007.SH",
"600016.SH"
]'{"code":"200","msg":"成功!","data":null}