💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
## 工序列表 ~~~[api] post:/vcrm/script/api/exec *string:apikey=quote.getTechniqueList#请求接口KEY *string:reqStyle=PC#请求方式 PC/H5 *string:index=1#分页起始值 *string:count=20#分页数 <<< success { "status": "00000", "sync": true, "count": 50, "data": [ { "p_technique_id": 2488, // 工序ID "p_technique_code": "XG03001", // 工序编码 "p_technique_name": "半检拆订位线", // 工序名称 "p_technique_type_id": "6", // 工序分类ID "p_technique_type_name": "手工", // 工序分类 "technique_price": "3.000", // 工序工价 "p_technique_image": null, // 工序图片 "process_quality_requirement": null, // 工序工艺及质量要求 "product_type": "491", // 生产类型 "sam_reference_value": 8.4, // 标准工时 "output_reference_value": "4284", // 产量参考值 "needle_model": null, // 用针型号 "stitch_3cm": null, // 针迹3cm "surface": null, // 面 "needle": null, // 针 "bottom": null, // 底 "seam_allowance": null, // 缝份CM "vehicle_machine": null, // 车种设备 "shape_category": null, // 款式分类 "remarks": "拆干净线头,注意不要拆坏产品", // 工序说明 "create_user": "zdr@xunkukeji.com", // 创建人ID "create_time": "2023-05-09T06:05:37.000+00:00" // 创建时间 } ] } <<< error { "status": "10003", "sync": true, "data": {}, "info": "参数错误" } ~~~