{ "brand": "奥迪", "parts": [ { "index": "1", "partName": "", "partNumber": "8RD941005B" } ] }
curl --location --request POST '/pdmPro/batch/common/batchOeClean' \ --header 'Product-Code: W0602' \ --header 'Authorization: Bearer {{auth_token}}' \ --header 'Client-Userid: 185fbfcc97b' \ --header 'Content-Type: application/json;charset=utf-8' \ --data-raw '{ "brand": "奥迪", "parts": [ { "index": "1", "partName": "", "partNumber": "8RD941005B" } ] }'
{ "queryTime": "2023-11-22 14:53:51", "code": "0000", "codeDescription": "成功", "toastMessage": "成功", "data": [ { "id": "1", "brand": "奥迪", "subBrand": "一汽奥迪", "vehicleGroup": "Q5 83 2010-2018", "standardPartName": "", "requestOe": "8RD941005B", "responseOe": "L8RD941005B", "flag": "1", "desc": "前后缀差异" } ] }