获取工单数据
接口地址:
实际地址(可配置)+/eqinterface.html
适用厂家:
雷德、天辰、金立星、森曼
测试链接:
传入参数
⭐参数传入方式使用GET方式
⭐固定参数表示为必须填入指定的数据的参数
返回结果
⭐返回的结果数据统一使用JSON格式的数据结构
⭐总结果结构
⭐data数据结果结构
{
"success": true,
"code": "200",
"message": "操作成功!",
"Version": "1.0",
"Generator": null,
"Unit": "毫米",
"Name": null,
"Bar": [{
"DXF_Name": "002",
"BarNumber": 1,
"MaxY": 63,
"MaxZ": 48.3,
"length": 6000,
"BarName": "测试扇",
"BarColor": "\/",
"BarLeftLength": 15,
"BarType": 0,
"BarCad": "http:\/\/wincc.oss-cn-qingdao.aliyuncs.com\/Wincc_tianchenshebeiceshi\/material\/profile\/image\/barCad_609bd8b3-83bc-416d-826c-d1ec3ea0ed58.png",
"piece": [{
"PieceNumber": 1,
"Num": 1,
"Over_status": 0,
"BarCode": "11740",
"Customer": "无锡_经销商",
"Cc_code": "001",
"order_code": "20220211-2",
"Buyer": "",
"BuyAddress": "",
"CtrsX": "0.0",
"CtrsYp": "0.0",
"CtrsYm": "0.0",
"Mirror": "0.0",
"Extra_Pie": "测试扇 上",
"Field1": "1,客户名称,无锡_经销商",
"Field2": "1,窗号,001",
"Field3": "1,订单号,20220211-2",
"Field4": "1,位置,上",
"Field5": "1,订单格式,1244",
"Field6": "1,产品系列,测试1",
"Field7": "1,尺寸,1244*824",
"Field8": "1,终端客户,",
"Field9": "1,终端地址,",
"Field10": "1,颜色,",
"Field11": "1,合同号,FG20220211-2",
"cut": {
"Length": "780",
"sxB": "45",
"dxB": "45",
"sxC": 90,
"dxC": 90
},
"work": [{
"Name": "SXD01",
"ProfiLav": 1,
"PositionX": 750,
"PositionY": null,
"PositionZ": null
}, {
"Name": "SZJ01",
"ProfiLav": 1,
"PositionX": 730,
"PositionY": null,
"PositionZ": null
}, {
"Name": "SHJ01",
"ProfiLav": 1,
"PositionX": 700,
"PositionY": null,
"PositionZ": null
}, {
"Name": "SQJ01",
"ProfiLav": 1,
"PositionX": 440,
"PositionY": null,
"PositionZ": null
}, {
"Name": "SQJ01",
"ProfiLav": 1,
"PositionX": 340,
"PositionY": null,
"PositionZ": null
}, {
"Name": "SHJ01",
"ProfiLav": 1,
"PositionX": 80,
"PositionY": null,
"PositionZ": null
}, {
"Name": "SZJ01",
"ProfiLav": 1,
"PositionX": 50,
"PositionY": null,
"PositionZ": null
}, {
"Name": "SXD01",
"ProfiLav": 1,
"PositionX": 30,
"PositionY": null,
"PositionZ": null
}]
}