curl --location --request POST 'http://192.168.16.10:31748v1/faceRecognition/upload' \
--form 'files=@""' \
--form 'batchMark=""' \
--form 'boxSerial=""' \
--form 'type=""'
{
"message": "操作成功",
"code": 0,
"data": [
"http://192.168.16.9:31618/mirgicbox/2023-10-31/17/37/%E5%BC%A0%E4%B8%89.jpg",
"http://192.168.16.9:31618/mirgicbox/2023-10-31/17/37/%E8%A7%A3%E8%85%BE%E5%88%9A.jpg",
"http://192.168.16.9:31618/mirgicbox/2023-10-31/17/37/%E8%B5%B5%E6%99%93%E6%95%8F.jpg"
]
}