Authorization: Bearer ********************{
"opComponentId": 10,
"sequence":10,
"partId":1,
"factor": 123
}curl --location 'localhost:58080/admin-api/tqms/bom/updateSubstitute' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"opComponentId": 10,
"sequence":10,
"partId":1,
"factor": 123
}'{"code":0,"data":true,"msg":"成功"}