eda_pcb_manufacture_data_place_pcb_order
Place PCB manufacturing orders directly from EasyEDA Pro. Initiates interactive ordering checks to verify your design before submission.
Instructions
pcb_ManufactureData.placePcbOrder(interactive?: boolean, ignoreWarning?: boolean) -> Promise PCB 下单 remarks: 本接口暂时只支持交互式检查,入参暂无作用,预留后续开发 returns: 是否通过下单检查;在入参开发完成前,返回值没有实际作用,不会等待执行结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |