{
"basic_info": {
"board_type": "FR4",
"board_width": 100,
"board_height": 80,
"board_quantity": 10,
"custom_quantity": null,
"board_layers": 2,
"product_type": "industrial",
"confirm_file": "two_times",
"panel_designs": 1,
"shipping_method": "single"
},
"pcb_process": {
"panel_count": 2,
"delivery_method": "express",
"final_thickness": 1.6,
"glass_transition_temp": "TG150",
"copper_outer": "1oz",
"inner_copper": "1oz",
"stackup_order": "standard",
"impedance_required": "no",
"solder_mask_color": "green",
"silkscreen_color": "white",
"via_covering": "none",
"pad_surface_finish": "HASL",
"min_via_diameter": "0.2",
"circuit_test_type": "AOI"
},
"personalized_services": {
"min_hole_diameter": 0.2,
"gold_finger_bevel": "no",
"circuit_test": "AOI_only",
"electrical_test_coverage": "sample",
"compensation_service": "none",
"four_wire_test": "none",
"qc_handling": "refund",
"edge_plating": "no",
"countersink_hole": "no",
"backdrill": "no",
"blind_slot": "no",
"via_plating_method": "conductive_paste",
"half_hole_castellations": "none",
"routing_tolerance": 0.2,
"press_fit_holes": "no",
"silkscreen_process": "digital",
"hd_silkscreen": "no",
"appearance_grade": "standard",
"packaging_label": "branded",
"edge_grinding": "no",
"shipping_reports": ["COC"],
"production_barcode": "bw",
"board_marking": "none",
"order_remarks": "测试下单"
},
"invoice_payment": {
"invoice_type": "增值税普通发票",
"order_confirmation": "required",
"receipt_type": "电子发票",
"shipping_address": "上海市浦东新区张江高科888号",
"contact_info": "张三 13888888888",
"express_option": "顺丰"
}
}
curl --location '/api/orders' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiZW1haWwiOiJ0ZXN0dXNlckBleGFtcGxlLmNvbSIsInJvbGUiOiJjbGllbnQiLCJpYXQiOjE3NTI0NDU3NzAsImV4cCI6MTc1MzA1MDU3MH0.BkHF8OrgoOrKtO-uMYMWUjl3Euj7v5YGBkeVsN0BGY4' \
--header 'Content-Type: application/json' \
--data '{
"basic_info": {
"board_type": "FR4",
"board_width": 100,
"board_height": 80,
"board_quantity": 10,
"custom_quantity": null,
"board_layers": 2,
"product_type": "industrial",
"confirm_file": "two_times",
"panel_designs": 1,
"shipping_method": "single"
},
"pcb_process": {
"panel_count": 2,
"delivery_method": "express",
"final_thickness": 1.6,
"glass_transition_temp": "TG150",
"copper_outer": "1oz",
"inner_copper": "1oz",
"stackup_order": "standard",
"impedance_required": "no",
"solder_mask_color": "green",
"silkscreen_color": "white",
"via_covering": "none",
"pad_surface_finish": "HASL",
"min_via_diameter": "0.2",
"circuit_test_type": "AOI"
},
"personalized_services": {
"min_hole_diameter": 0.2,
"gold_finger_bevel": "no",
"circuit_test": "AOI_only",
"electrical_test_coverage": "sample",
"compensation_service": "none",
"four_wire_test": "none",
"qc_handling": "refund",
"edge_plating": "no",
"countersink_hole": "no",
"backdrill": "no",
"blind_slot": "no",
"via_plating_method": "conductive_paste",
"half_hole_castellations": "none",
"routing_tolerance": 0.2,
"press_fit_holes": "no",
"silkscreen_process": "digital",
"hd_silkscreen": "no",
"appearance_grade": "standard",
"packaging_label": "branded",
"edge_grinding": "no",
"shipping_reports": ["COC"],
"production_barcode": "bw",
"board_marking": "none",
"order_remarks": "测试下单"
},
"invoice_payment": {
"invoice_type": "增值税普通发票",
"order_confirmation": "required",
"receipt_type": "电子发票",
"shipping_address": "上海市浦东新区张江高科888号",
"contact_info": "张三 13888888888",
"express_option": "顺丰"
}
}'{
"code": 0,
"message": "string",
"data": {
"message": "string",
"order_id": 0
}
}