Authorization: Bearer ********************{
"params": {
"data": {
"device_id": 3
}
}
}curl --location --request POST 'https://shop.ijuhui.cn/wxapi/device/delete/' \
--header 'openid: otFIT0tsyKG_ui8J9xgGe4O1n7Z0' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"data": {
"device_id": 3
}
}
}'{"code": 200, "message": "删除完成"}