{
"format": "json",
"_pid": "417538",
"method": "item_orders",
"is_pay": "1",
"item_id": "VC2312081004",
"orders_id": "686355895",
"size": "1",
"name": "李",
"mobile": "18651786239",
"start_date": "2023/12/23 00:00:00",
"start_date2": "2023-12-23",
"id_number": "320382199810256822",
"id_ntype": "1",
"_sig": "27256315AB23B16383F35DE25BADDD8D"
}
curl --location --request POST '/v1/lxs/order/service' \
--header 'Content-Type: application/json' \
--data-raw '{
"format": "json",
"_pid": "417538",
"method": "item_orders",
"is_pay": "1",
"item_id": "VC2312081004",
"orders_id": "686355895",
"size": "1",
"name": "李",
"mobile": "18651786239",
"start_date": "2023/12/23 00:00:00",
"start_date2": "2023-12-23",
"id_number": "320382199810256822",
"id_ntype": "1",
"_sig": "27256315AB23B16383F35DE25BADDD8D"
}'