{
"collectionTime": "2023-10-09",
"deviceNo": "01011",
"id": 3,
"operator": "移动",
"recipient": "张三2",
"remark": "测试",
"simNo": "123456789123",
"state": 1
}
curl --location --request POST 'http://localhost:8080/stpweb_war/handset/updateHandsetInfo.do' \
--header 'Content-Type: application/json' \
--data-raw '{
"collectionTime": "2023-10-09",
"deviceNo": "01011",
"id": 3,
"operator": "移动",
"recipient": "张三2",
"remark": "测试",
"simNo": "123456789123",
"state": 1
}'
{"errno":"200","errtext":"SUCCESS"}