curl --location -g --request POST 'pm/order/handler-order?debug={{DEBUG}}' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--form 'orderId="202402190005"' \
--form 'orderInfoId="14387"' \
--form 'assessPrice=""' \
--form 'assessDetail="订单评估明细"' \
--form 'remark="备注"' \
--form 'attachment[0][fileName]="附件名称"' \
--form 'attachment[0][fileUrl]="附件Url"' \
--form 'workTime="10人天"' \
--form 'bomDetail="[{\"firstLevel\":\"资源费\",\"secondLevel\":\"云服务费\",\"explain\":\"描述字段\",\"specsList\":[{\"specs\":\"规格字段\",\"count\":11,\"unit\":\"单位字段\",\"price\":10,\"other\":[{\"title\":\"市场参考报价\",\"type\":\"number\",\"value\":\"d\"}]},{\"specs\":\"规格字段22\",\"count\":11,\"unit\":\"单位字段\",\"price\":10,\"other\":[{\"title\":\"市场参考报价\",\"type\":\"number\",\"value\":\"d\"}]}]},{\"firstLevel\":\"资源费\",\"secondLevel\":\"其他资源\",\"explain\":\"描述字段\",\"specsList\":[{\"specs\":\"规格字段\",\"count\":1.1,\"unit\":\"单位字段\",\"price\":10,\"other\":[{\"title\":\"更多成本\",\"type\":\"number\",\"value\":\"d\"},{\"title\":\"10102012\",\"value\":\"d\"}]},{\"specs\":\"规格字段22\",\"count\":11,\"unit\":\"单位字段\",\"price\":10,\"other\":[{\"title\":\"市场参考报价\",\"type\":\"number\",\"value\":\"d\"}]}]}]"' \
--form 'debug="{{DEBUG}}"'
{
"code": 10000,
"msg": "success",
"data": {
"orderId": "202206065fkqsxcg193233",
"orderInfoId": "12"
}
}