|
|
|
@ -70,7 +70,7 @@ |
|
|
|
"response": [] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "小程序验证码登录", |
|
|
|
"name": "跟单王微信登录", |
|
|
|
"request": { |
|
|
|
"method": "POST", |
|
|
|
"header": [ |
|
|
|
@ -81,13 +81,55 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"key": "X-APP-ID", |
|
|
|
"value": "503258978847952999", |
|
|
|
"value": "503258978847952995", |
|
|
|
"type": "text" |
|
|
|
} |
|
|
|
], |
|
|
|
"body": { |
|
|
|
"mode": "raw", |
|
|
|
"raw": "{\r\n \"account\": \"18219557422\",\r\n \"accountType\": \"MOBILE\",\r\n \"captcha\": \"888888\"\r\n}", |
|
|
|
"raw": "{\r\n \"authCode\": \"091AGP000efHkK1Yhy100EvYhr0AGP0r\",\r\n \"authMethod\": \"WeChatOpenApp\"\r\n} ", |
|
|
|
"options": { |
|
|
|
"raw": { |
|
|
|
"language": "json" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"url": { |
|
|
|
"raw": "https://api-cloudprint-dev.qniao.cn/cloud-print-user-center/authorize/by-oauth2", |
|
|
|
"protocol": "https", |
|
|
|
"host": [ |
|
|
|
"api-cloudprint-dev", |
|
|
|
"qniao", |
|
|
|
"cn" |
|
|
|
], |
|
|
|
"path": [ |
|
|
|
"cloud-print-user-center", |
|
|
|
"authorize", |
|
|
|
"by-oauth2" |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
"response": [] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "小程序登录", |
|
|
|
"request": { |
|
|
|
"method": "POST", |
|
|
|
"header": [ |
|
|
|
{ |
|
|
|
"key": "Content-Type", |
|
|
|
"type": "text", |
|
|
|
"value": "application/json;charset=UTF-8" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"key": "X-APP-ID", |
|
|
|
"type": "text", |
|
|
|
"value": "503258978847952999" |
|
|
|
} |
|
|
|
], |
|
|
|
"body": { |
|
|
|
"mode": "raw", |
|
|
|
"raw": "{\r\n \"encryptedData\": \"fxSWiDl9XaSRSNInC6d5eLgEUeYY8YT6/OJqF51vExOheYePeFm37FukFtEBPwfyx+4RFo0AbTy3TAVCYIh/c3Cvr2S8EOOFGMxn+GhZp/sZb/vgIq/Hl2rZNcnmyNpDCq4hFYAeRPhsCaKu8WMLsoOMN44jO4P8W94AiRy5xzETfdbObjFRqw/w4I+TqlIkH09qSX5czs7QskgRRnqP38y7LNoEgMOqD3hVtOcYHmXDzUQE9Er0H2AwH2C4JxhaomfS8+RT4LxQHhgPTCh7geWO1aeJKjovTkhkmSEijry1SJwu7JmXY/kZy4xigqI0BvnqtwW8d1L5RnollBO0rUZHdLnMx0QQxZ9t06rJElS9dRuOwVEd3uZEKj\",\r\n \"iv\": \"YjayEzCmaGx60dNKQ2sHNg==\",\r\n \"tmpAuthToken\": \"0632215f-8488-4bde-9905-8e93bcd05f01\"\r\n}", |
|
|
|
"options": { |
|
|
|
"raw": { |
|
|
|
"language": "json" |
|
|
|
@ -95,7 +137,7 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"url": { |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-user-center/authorize/by-captcha", |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-user-center/authorize/by-wechat-applet", |
|
|
|
"protocol": "http", |
|
|
|
"host": [ |
|
|
|
"api-cloudprint-dev", |
|
|
|
@ -105,7 +147,7 @@ |
|
|
|
"path": [ |
|
|
|
"cloud-print-user-center", |
|
|
|
"authorize", |
|
|
|
"by-captcha" |
|
|
|
"by-wechat-applet" |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
@ -2544,35 +2586,32 @@ |
|
|
|
"name": "跟单王_设备用户表", |
|
|
|
"item": [ |
|
|
|
{ |
|
|
|
"name": "获取设备用户", |
|
|
|
"protocolProfileBehavior": { |
|
|
|
"disableBodyPruning": true |
|
|
|
}, |
|
|
|
"name": "保存设备用户", |
|
|
|
"request": { |
|
|
|
"method": "GET", |
|
|
|
"method": "POST", |
|
|
|
"header": [ |
|
|
|
{ |
|
|
|
"key": "Content-Type", |
|
|
|
"value": "application/json;charset=UTF-8", |
|
|
|
"type": "text" |
|
|
|
"type": "text", |
|
|
|
"value": "application/json;charset=UTF-8" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"key": "X-APP-ID", |
|
|
|
"value": "1", |
|
|
|
"type": "text" |
|
|
|
"type": "text", |
|
|
|
"value": "1" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"key": "Authorization", |
|
|
|
"value": "{{gdwtoken}}", |
|
|
|
"type": "text" |
|
|
|
"type": "text", |
|
|
|
"value": "{{gdwtoken}}" |
|
|
|
} |
|
|
|
], |
|
|
|
"body": { |
|
|
|
"mode": "raw", |
|
|
|
"raw": "[\r\n {\r\n \"id\": 0,\r\n \"machineId\": 0,\r\n \"userId\": 0,\r\n \"userName\": 0\r\n }\r\n]" |
|
|
|
"raw": "{\r\n \"machineId\": 505051965659680768,\r\n \"userMachineDtoList\": [\r\n {\r\n \"id\": \"\",\r\n \"machineId\": 505051965659680768,\r\n \"userId\": 504650715583614976,\r\n \"userName\": \"大弟\"\r\n }\r\n ]\r\n}" |
|
|
|
}, |
|
|
|
"url": { |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/get/machine-user", |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/save/machine-user", |
|
|
|
"protocol": "http", |
|
|
|
"host": [ |
|
|
|
"api-cloudprint-dev", |
|
|
|
@ -2581,7 +2620,7 @@ |
|
|
|
], |
|
|
|
"path": [ |
|
|
|
"cloud-print-cloud-factory", |
|
|
|
"get", |
|
|
|
"save", |
|
|
|
"machine-user" |
|
|
|
] |
|
|
|
} |
|
|
|
@ -2589,32 +2628,35 @@ |
|
|
|
"response": [] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "保存设备用户", |
|
|
|
"name": "获取设备用户", |
|
|
|
"protocolProfileBehavior": { |
|
|
|
"disableBodyPruning": true |
|
|
|
}, |
|
|
|
"request": { |
|
|
|
"method": "POST", |
|
|
|
"method": "GET", |
|
|
|
"header": [ |
|
|
|
{ |
|
|
|
"key": "Content-Type", |
|
|
|
"type": "text", |
|
|
|
"value": "application/json;charset=UTF-8" |
|
|
|
"value": "application/json;charset=UTF-8", |
|
|
|
"type": "text" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"key": "X-APP-ID", |
|
|
|
"type": "text", |
|
|
|
"value": "1" |
|
|
|
"value": "1", |
|
|
|
"type": "text" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"key": "Authorization", |
|
|
|
"type": "text", |
|
|
|
"value": "{{gdwtoken}}" |
|
|
|
"value": "{{gdwtoken}}", |
|
|
|
"type": "text" |
|
|
|
} |
|
|
|
], |
|
|
|
"body": { |
|
|
|
"mode": "raw", |
|
|
|
"raw": "{\r\n \"machineId\": 0,\r\n \"userMachineDtoList\": [\r\n {\r\n \"id\": 0,\r\n \"machineId\": 0,\r\n \"userId\": 0,\r\n \"userName\": 0\r\n }\r\n ]\r\n}" |
|
|
|
"raw": "" |
|
|
|
}, |
|
|
|
"url": { |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/save/machine-user", |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/get/machine-user?machineId=505051965659680768", |
|
|
|
"protocol": "http", |
|
|
|
"host": [ |
|
|
|
"api-cloudprint-dev", |
|
|
|
@ -2623,8 +2665,14 @@ |
|
|
|
], |
|
|
|
"path": [ |
|
|
|
"cloud-print-cloud-factory", |
|
|
|
"save", |
|
|
|
"get", |
|
|
|
"machine-user" |
|
|
|
], |
|
|
|
"query": [ |
|
|
|
{ |
|
|
|
"key": "machineId", |
|
|
|
"value": "505051965659680768" |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
@ -2659,7 +2707,7 @@ |
|
|
|
], |
|
|
|
"body": { |
|
|
|
"mode": "raw", |
|
|
|
"raw": "{\r\n \"customerContactsId\": \"\",\r\n \"customerContactsMobile\": \"18219557422\",\r\n \"customerContactsName\": \"大哥\",\r\n \"customerEnterpriseId\": \"\",\r\n \"customerEnterpriseName\": \"\",\r\n \"deliveryCityId\": \"440100\",\r\n \"deliveryCityName\": \"市\",\r\n \"deliveryDetails\": \"车陂街道联合社区\",\r\n \"deliveryDistrictId\": \"440106\",\r\n \"deliveryDistrictName\": \"区\",\r\n \"deliveryMethod\": \"送货\",\r\n \"deliveryProvinceId\": \"440000\",\r\n \"deliveryProvinceName\": \"省\",\r\n \"id\": \"\",\r\n \"merchandiser\": \"\",\r\n \"packingMethond\": \"打包\",\r\n \"paymentMethod\": \"\",\r\n \"purchasingOrderItems\": [\r\n {\r\n \"createTime\": \"\",\r\n \"deliveryDate\": \"2020-09-22\",\r\n \"imgUrlList\": [\r\n \"\"\r\n ],\r\n \"materialsRequirement\": \"材质要求\",\r\n \"offerPrice\": \"100\",\r\n \"productId\": \"\",\r\n \"productName\": \"产品名称\",\r\n \"quantity\": 99,\r\n \"remark\": \"备注\",\r\n \"status\": \"\",\r\n \"trimmedSize\": \"规格\",\r\n \"unit\": \"单位\",\r\n \"unitPrice\": 9.9\r\n }\r\n ],\r\n \"remark\": \"备注\",\r\n \"supplierContactsId\": \"\",\r\n \"supplierContactsMobile\": \"13800138000\",\r\n \"supplierContactsName\": \"大姐姐\",\r\n \"supplierEnterpriseId\": \"\",\r\n \"supplierEnterpriseName\": \"大姐姐企业\",\r\n \"totalOfferPrice\": \"\",\r\n \"totalSettlementPrice\": \"\"\r\n}" |
|
|
|
"raw": "{\r\n \"customerContactsId\": \"\",\r\n \"customerContactsMobile\": \"18219557422\",\r\n \"customerContactsName\": \"大哥\",\r\n \"customerEnterpriseId\": \"\",\r\n \"customerEnterpriseName\": \"\",\r\n \"deliveryCityId\": \"440100\",\r\n \"deliveryCityName\": \"市\",\r\n \"deliveryDetails\": \"车陂街道联合社区\",\r\n \"deliveryDistrictId\": \"440106\",\r\n \"deliveryDistrictName\": \"区\",\r\n \"deliveryMethod\": \"送货\",\r\n \"deliveryProvinceId\": \"440000\",\r\n \"deliveryProvinceName\": \"省\",\r\n \"id\": \"\",\r\n \"merchandiser\": \"\",\r\n \"packingMethond\": \"打包\",\r\n \"paymentMethod\": \"\",\r\n \"purchasingOrderItems\": [\r\n {\r\n \"createTime\": \"\",\r\n \"deliveryDate\": \"2020-09-22\",\r\n \"imgUrlList\": [\r\n \"\"\r\n ],\r\n \"materialsRequirement\": \"材质要求\",\r\n \"offerPrice\": \"100\",\r\n \"productId\": \"\",\r\n \"productName\": \"产品名称\",\r\n \"quantity\": 99,\r\n \"remark\": \"备注\",\r\n \"status\": \"\",\r\n \"trimmedSize\": \"规格\",\r\n \"unit\": \"单位\",\r\n \"unitPrice\": 9.9\r\n }\r\n ],\r\n \"remark\": \"备注\",\r\n \"supplierContactsId\": \"\",\r\n \"supplierContactsMobile\": \"13800138000\",\r\n \"supplierContactsName\": \"2\",\r\n \"supplierEnterpriseId\": \"504363963916619776\",\r\n \"supplierEnterpriseName\": \"2企业\",\r\n \"totalOfferPrice\": \"\",\r\n \"totalSettlementPrice\": \"\"\r\n}" |
|
|
|
}, |
|
|
|
"url": { |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/save/purchasing-order/as-customer", |
|
|
|
@ -2749,7 +2797,7 @@ |
|
|
|
], |
|
|
|
"body": { |
|
|
|
"mode": "raw", |
|
|
|
"raw": "{\r\n \"customerContactsId\": \"\",\r\n \"customerContactsMobile\": \"13500135000\",\r\n \"customerContactsName\": \"小姐姐\",\r\n \"customerEnterpriseId\": \"\",\r\n \"customerEnterpriseName\": \"小姐姐的企业\",\r\n \"deliveryCityId\": \"440100\",\r\n \"deliveryCityName\": \"市\",\r\n \"deliveryDetails\": \"D栋408\",\r\n \"deliveryDistrictId\": \"440106\",\r\n \"deliveryDistrictName\": \"区\",\r\n \"deliveryMethod\": \"自提\",\r\n \"deliveryProvinceId\": \"440000\",\r\n \"deliveryProvinceName\": \"省\",\r\n \"id\": \"\",\r\n \"merchandiser\": \"\",\r\n \"packingMethond\": \"包装\",\r\n \"paymentMethod\": \"\",\r\n \"purchasingOrderItems\": [\r\n {\r\n \"createTime\": \"\",\r\n \"deliveryDate\": \"2020-09-22\",\r\n \"imgUrlList\": [\r\n \"\"\r\n ],\r\n \"materialsRequirement\": \"材质要求\",\r\n \"offerPrice\": 888,\r\n \"productId\": \"\",\r\n \"productName\": \"产品名称\",\r\n \"quantity\": 88,\r\n \"remark\": \"备注\",\r\n \"status\": \"\",\r\n \"trimmedSize\": \"规格\",\r\n \"unit\": \"只\",\r\n \"unitPrice\": 888\r\n },\r\n {\r\n \"createTime\": \"\",\r\n \"deliveryDate\": \"2020-09-22\",\r\n \"imgUrlList\": [\r\n \"\"\r\n ],\r\n \"materialsRequirement\": \"材质要求\",\r\n \"offerPrice\": 888,\r\n \"productId\": \"\",\r\n \"productName\": \"产品名称\",\r\n \"quantity\": 88,\r\n \"remark\": \"备注\",\r\n \"status\": \"\",\r\n \"trimmedSize\": \"规格\",\r\n \"unit\": \"只\",\r\n \"unitPrice\": 888\r\n }\r\n ],\r\n \"remark\": \"备注\",\r\n \"supplierContactsId\": \"\",\r\n \"supplierContactsMobile\": \"13800138000\",\r\n \"supplierContactsName\": \"大哥\",\r\n \"supplierEnterpriseId\": \"\",\r\n \"supplierEnterpriseName\": \"\",\r\n \"totalOfferPrice\": \"\",\r\n \"totalSettlementPrice\": \"0\"\r\n}" |
|
|
|
"raw": "{\r\n \"customerContactsId\": \"\",\r\n \"customerContactsMobile\": \"13500135000\",\r\n \"customerContactsName\": \"1\",\r\n \"customerEnterpriseId\": \"504363963916619776\",\r\n \"customerEnterpriseName\": \"企业\",\r\n \"deliveryCityId\": \"440100\",\r\n \"deliveryCityName\": \"市\",\r\n \"deliveryDetails\": \"D栋408\",\r\n \"deliveryDistrictId\": \"440106\",\r\n \"deliveryDistrictName\": \"区\",\r\n \"deliveryMethod\": \"自提\",\r\n \"deliveryProvinceId\": \"440000\",\r\n \"deliveryProvinceName\": \"省\",\r\n \"id\": \"\",\r\n \"merchandiser\": \"\",\r\n \"packingMethond\": \"包装\",\r\n \"paymentMethod\": \"\",\r\n \"purchasingOrderItems\": [\r\n {\r\n \"createTime\": \"\",\r\n \"deliveryDate\": \"2020-09-22\",\r\n \"imgUrlList\": [\r\n \"\"\r\n ],\r\n \"materialsRequirement\": \"材质要求\",\r\n \"offerPrice\": 888,\r\n \"productId\": \"\",\r\n \"productName\": \"产品名称\",\r\n \"quantity\": 88,\r\n \"remark\": \"备注\",\r\n \"status\": \"\",\r\n \"trimmedSize\": \"规格\",\r\n \"unit\": \"只\",\r\n \"unitPrice\": 888\r\n },\r\n {\r\n \"createTime\": \"\",\r\n \"deliveryDate\": \"2020-09-22\",\r\n \"imgUrlList\": [\r\n \"\"\r\n ],\r\n \"materialsRequirement\": \"材质要求\",\r\n \"offerPrice\": 888,\r\n \"productId\": \"\",\r\n \"productName\": \"产品名称\",\r\n \"quantity\": 88,\r\n \"remark\": \"备注\",\r\n \"status\": \"\",\r\n \"trimmedSize\": \"规格\",\r\n \"unit\": \"只\",\r\n \"unitPrice\": 888\r\n }\r\n ],\r\n \"remark\": \"备注\",\r\n \"supplierContactsId\": \"\",\r\n \"supplierContactsMobile\": \"13800138000\",\r\n \"supplierContactsName\": \"大哥\",\r\n \"supplierEnterpriseId\": \"\",\r\n \"supplierEnterpriseName\": \"\",\r\n \"totalOfferPrice\": \"\",\r\n \"totalSettlementPrice\": \"0\"\r\n}" |
|
|
|
}, |
|
|
|
"url": { |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/save/purchasing-order/as-supplier", |
|
|
|
@ -2974,7 +3022,7 @@ |
|
|
|
"name": "跟单王_工序流程设计", |
|
|
|
"item": [ |
|
|
|
{ |
|
|
|
"name": "提交流程", |
|
|
|
"name": "提交工序流程设计", |
|
|
|
"request": { |
|
|
|
"method": "POST", |
|
|
|
"header": [ |
|
|
|
@ -2996,7 +3044,7 @@ |
|
|
|
], |
|
|
|
"body": { |
|
|
|
"mode": "raw", |
|
|
|
"raw": "{\r\n \"id\": \"\",\r\n \"parentId\": 0,\r\n \"processNodeList\": [\r\n {\r\n \"id\": \"\",\r\n \"nodeTypeId\": 504704965521051648,\r\n \"nodeTypeName\": \"UV\",\r\n \"nodeUnit\": \"个\", \r\n \"proccessId\": 504437514996682752,\r\n \"productId\": 505897269665599489,\r\n \"serialNumber\": 1,\r\n \"remark\": \"备注\",\r\n \"status\": \"\",\r\n \"totalQuantity\": 100,\r\n \"wipName\": \"物料\",\r\n \"wipSize\": \"规格\"\r\n }\r\n ],\r\n \"productId\": 505897269665599489\r\n}" |
|
|
|
"raw": "{\r\n \"id\": \"\",\r\n \"parentId\": 0,\r\n \"processNodeList\": [\r\n {\r\n \"id\": \"\",\r\n \"nodeTypeId\": 504704965521051648,\r\n \"nodeTypeName\": \"UV\",\r\n \"nodeUnit\": \"个\", \r\n \"processId\": 504437514996682752,\r\n \"productId\": 505897269665599489,\r\n \"serialNumber\": 1,\r\n \"remark\": \"备注\",\r\n \"status\": \"\",\r\n \"totalQuantity\": 100,\r\n \"wipName\": \"物料\",\r\n \"wipSize\": \"规格\"\r\n }\r\n ],\r\n \"productId\": 505897269665599489\r\n}" |
|
|
|
}, |
|
|
|
"url": { |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/submit/process-flow-design", |
|
|
|
@ -3016,32 +3064,35 @@ |
|
|
|
"response": [] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "获取流程节点详情", |
|
|
|
"name": "获取产品工序流程设计", |
|
|
|
"protocolProfileBehavior": { |
|
|
|
"disableBodyPruning": true |
|
|
|
}, |
|
|
|
"request": { |
|
|
|
"method": "POST", |
|
|
|
"method": "GET", |
|
|
|
"header": [ |
|
|
|
{ |
|
|
|
"key": "Content-Type", |
|
|
|
"type": "text", |
|
|
|
"value": "application/json;charset=UTF-8" |
|
|
|
"value": "application/json;charset=UTF-8", |
|
|
|
"type": "text" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"key": "X-APP-ID", |
|
|
|
"type": "text", |
|
|
|
"value": "1" |
|
|
|
"value": "1", |
|
|
|
"type": "text" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"key": "Authorization", |
|
|
|
"type": "text", |
|
|
|
"value": "{{gdwtoken}}" |
|
|
|
"value": "{{gdwtoken}}", |
|
|
|
"type": "text" |
|
|
|
} |
|
|
|
], |
|
|
|
"body": { |
|
|
|
"mode": "raw", |
|
|
|
"raw": "{\r\n \"id\": 0,\r\n \"processNodeList\": [\r\n {\r\n \"id\": 0,\r\n \"nextNodeId\": \"string\",\r\n \"nodeTypeId\": \"string\",\r\n \"nodeTypeName\": \"string\",\r\n \"nodeUnit\": \"string\",\r\n \"priorNodeId\": \"string\",\r\n \"processId\": 0,\r\n \"productId\": \"string\",\r\n \"quantity\": 0,\r\n \"quantityCompletion\": 0,\r\n \"remainingQuantity\": 0,\r\n \"remark\": \"string\",\r\n \"status\": \"string\",\r\n \"wipName\": \"string\",\r\n \"wipSize\": \"string\"\r\n }\r\n ],\r\n \"productId\": 0\r\n}" |
|
|
|
"raw": "" |
|
|
|
}, |
|
|
|
"url": { |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/submit/process-flow-design?processNodeId", |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/get/product/process-flow-design?productId=505897269665599489", |
|
|
|
"protocol": "http", |
|
|
|
"host": [ |
|
|
|
"api-cloudprint-dev", |
|
|
|
@ -3050,14 +3101,15 @@ |
|
|
|
], |
|
|
|
"path": [ |
|
|
|
"cloud-print-cloud-factory", |
|
|
|
"submit", |
|
|
|
"get", |
|
|
|
"product", |
|
|
|
"process-flow-design" |
|
|
|
], |
|
|
|
"query": [ |
|
|
|
{ |
|
|
|
"key": "processNodeId", |
|
|
|
"value": null, |
|
|
|
"description": "流程节点标识" |
|
|
|
"key": "productId", |
|
|
|
"value": "505897269665599489", |
|
|
|
"description": "产品标识" |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
@ -3065,27 +3117,24 @@ |
|
|
|
"response": [] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "获取产品工序流程设计", |
|
|
|
"protocolProfileBehavior": { |
|
|
|
"disableBodyPruning": true |
|
|
|
}, |
|
|
|
"name": "获取流程节点详情;暂时不用", |
|
|
|
"request": { |
|
|
|
"method": "GET", |
|
|
|
"method": "POST", |
|
|
|
"header": [ |
|
|
|
{ |
|
|
|
"key": "Content-Type", |
|
|
|
"value": "application/json;charset=UTF-8", |
|
|
|
"type": "text" |
|
|
|
"type": "text", |
|
|
|
"value": "application/json;charset=UTF-8" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"key": "X-APP-ID", |
|
|
|
"value": "1", |
|
|
|
"type": "text" |
|
|
|
"type": "text", |
|
|
|
"value": "1" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"key": "Authorization", |
|
|
|
"value": "{{gdwtoken}}", |
|
|
|
"type": "text" |
|
|
|
"type": "text", |
|
|
|
"value": "{{gdwtoken}}" |
|
|
|
} |
|
|
|
], |
|
|
|
"body": { |
|
|
|
@ -3093,7 +3142,7 @@ |
|
|
|
"raw": "" |
|
|
|
}, |
|
|
|
"url": { |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/get/product/process-flow-design?productId", |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/get/process-node/details?processNodeId=506094609705865217", |
|
|
|
"protocol": "http", |
|
|
|
"host": [ |
|
|
|
"api-cloudprint-dev", |
|
|
|
@ -3103,14 +3152,14 @@ |
|
|
|
"path": [ |
|
|
|
"cloud-print-cloud-factory", |
|
|
|
"get", |
|
|
|
"product", |
|
|
|
"process-flow-design" |
|
|
|
"process-node", |
|
|
|
"details" |
|
|
|
], |
|
|
|
"query": [ |
|
|
|
{ |
|
|
|
"key": "productId", |
|
|
|
"value": null, |
|
|
|
"description": "产品标识" |
|
|
|
"key": "processNodeId", |
|
|
|
"value": "506094609705865217", |
|
|
|
"description": "流程节点标识" |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
@ -3146,7 +3195,7 @@ |
|
|
|
], |
|
|
|
"body": { |
|
|
|
"mode": "raw", |
|
|
|
"raw": "{\r\n \"createManufactureOrderDtoList\": [\r\n {\r\n \"createTime\": \"2020-09-22T02:32:37.954Z\",\r\n \"finishDate\": \"2020-09-22T02:32:37.954Z\",\r\n \"id\": 0,\r\n \"machineId\": 0,\r\n \"nextNodeId\": \"string\",\r\n \"nodeTypeId\": \"string\",\r\n \"priorNodeId\": \"string\",\r\n \"processId\": 0,\r\n \"processNodeId\": 0,\r\n \"productId\": 0,\r\n \"productionQuantity\": 0,\r\n \"userId\": 0\r\n }\r\n ]\r\n}" |
|
|
|
"raw": "{\r\n \"createManufactureOrderDtoList\": [\r\n {\r\n \"completedQuantity\": \"\",\r\n \"factoryId\": 504729194060713984,\r\n \"factoryName\": \"千鸟1工厂\",\r\n \"finishDate\": \"2020-09-23\",\r\n \"id\": \"\",\r\n \"machineId\": 505051965659680768,\r\n \"machineName\": \"千鸟1号机\",\r\n \"nextNodeId\": \"\",\r\n \"nodeTypeId\": 504704929756221440,\r\n \"nodeTypeName\": \"哑膜\",\r\n \"nodeUnit\": \"只\",\r\n \"parentId\": \"\",\r\n \"priorNodeId\": \"\",\r\n \"processFlowId\": 506094609705865216,\r\n \"processId\": 504437462521745408,\r\n \"processNodeId\": 506094609705865217,\r\n \"productId\": 505897269665599489,\r\n \"serialNumber\": 1,\r\n \"status\": \"\",\r\n \"totalQuantity\": 9999,\r\n \"wipName\": \"物料\",\r\n \"wipSize\": \"规格\"\r\n }\r\n ],\r\n \"processFlowId\": 506094609705865216,\r\n \"productId\": 505897269665599489,\r\n \"productName\": \"产品名称\"\r\n}\r\n" |
|
|
|
}, |
|
|
|
"url": { |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/save/manufacture-order/self-produce", |
|
|
|
@ -3189,7 +3238,7 @@ |
|
|
|
], |
|
|
|
"body": { |
|
|
|
"mode": "raw", |
|
|
|
"raw": "{\r\n \"createPurchasingOrderDTO\": {\r\n \"customerContactsId\": 0,\r\n \"customerContactsMobile\": \"string\",\r\n \"customerContactsName\": \"string\",\r\n \"customerEnterpriseId\": 0,\r\n \"customerEnterpriseName\": \"string\",\r\n \"deliveryCityId\": \"string\",\r\n \"deliveryCityName\": \"string\",\r\n \"deliveryDetails\": \"string\",\r\n \"deliveryDistrictId\": \"string\",\r\n \"deliveryDistrictName\": \"string\",\r\n \"deliveryMethod\": \"string\",\r\n \"deliveryProvinceId\": \"string\",\r\n \"deliveryProvinceName\": \"string\",\r\n \"id\": 0,\r\n \"merchandiser\": 0,\r\n \"packingMethond\": \"string\",\r\n \"paymentMethod\": \"string\",\r\n \"purchasingOrderItems\": [\r\n {\r\n \"createTime\": \"2020-09-22T02:35:13.961Z\",\r\n \"deliveryDate\": \"string\",\r\n \"imgUrlList\": [\r\n \"string\"\r\n ],\r\n \"materialsRequirement\": \"string\",\r\n \"offerPrice\": 0,\r\n \"productId\": \"string\",\r\n \"productName\": \"string\",\r\n \"quantity\": 0,\r\n \"remark\": \"string\",\r\n \"status\": \"string\",\r\n \"trimmedSize\": \"string\",\r\n \"unit\": \"string\",\r\n \"unitPrice\": 0\r\n }\r\n ],\r\n \"remark\": \"string\",\r\n \"supplierContactsId\": 0,\r\n \"supplierContactsMobile\": \"string\",\r\n \"supplierContactsName\": \"string\",\r\n \"supplierEnterpriseId\": 0,\r\n \"supplierEnterpriseName\": \"string\",\r\n \"totalOfferPrice\": 0,\r\n \"totalSettlementPrice\": 0\r\n },\r\n \"processNodeDto\": [\r\n {\r\n \"nextNodeId\": \"string\",\r\n \"nodeTypeId\": \"string\",\r\n \"priorNodeId\": \"string\",\r\n \"processId\": 0,\r\n \"processNodeId\": 0,\r\n \"productionQuantity\": 0,\r\n \"quantity\": 0,\r\n \"remark\": \"string\",\r\n \"wipName\": 0,\r\n \"wipSize\": \"string\"\r\n }\r\n ]\r\n}" |
|
|
|
"raw": "{\r\n \"createPurchasingOrderDTO\": {\r\n \"customerContactsId\": \"\",\r\n \"customerContactsMobile\": \"18219557422\",\r\n \"customerContactsName\": \"大哥\",\r\n \"customerEnterpriseId\": \"\",\r\n \"customerEnterpriseName\": \"大哥企业\",\r\n \"deliveryCityId\": 440100,\r\n \"deliveryCityName\": \"广州\",\r\n \"deliveryDetails\": \"东圃\",\r\n \"deliveryDistrictId\": 440106,\r\n \"deliveryDistrictName\": \"天河\",\r\n \"deliveryMethod\": \"配送\",\r\n \"deliveryProvinceId\": 440000,\r\n \"deliveryProvinceName\": \"广东\",\r\n \"id\": \"\",\r\n \"merchandiser\": \"\",\r\n \"orderDate\": \"2020-09-23\",\r\n \"packingMethond\": \"包装\",\r\n \"paymentMethod\": \"微信支付\",\r\n \"purchasingOrderItems\": [\r\n {\r\n \"createTime\": \"\",\r\n \"deliveryDate\": \"2020-09-23\",\r\n \"enterpriseId\": \"\",\r\n \"imgUrlList\": [\r\n \"\"\r\n ],\r\n \"materialsRequirement\": \"材质要求\",\r\n \"offerPrice\": 120,\r\n \"orderId\": \"\",\r\n \"parentId\": \"\",\r\n \"productId\": 505897269665599489,\r\n \"productName\": \"名称\",\r\n \"quantity\": 119,\r\n \"remark\": \"备注\",\r\n \"status\": \"\",\r\n \"trimmedSize\": \"规格\",\r\n \"unit\": \"单位\",\r\n \"unitPrice\": 110\r\n }\r\n ],\r\n \"remark\": \"备注\",\r\n \"supplierContactsId\": \"\",\r\n \"supplierContactsMobile\": \"13800138000\",\r\n \"supplierContactsName\": \"千鸟\",\r\n \"supplierEnterpriseId\": \"\",\r\n \"supplierEnterpriseName\": \"千鸟互联\",\r\n \"totalOfferPrice\": \"\",\r\n \"totalSettlementPrice\": \"\"\r\n },\r\n \"processFlowDesignDTO\": {\r\n \"id\": 0,\r\n \"parentId\": 0,\r\n \"processNodeList\": [\r\n {\r\n \"id\": \"\",\r\n \"nodeTypeId\": 504704965521051648,\r\n \"nodeTypeName\": \"UV\",\r\n \"nodeUnit\": \"个\", \r\n \"processId\": 504437514996682752,\r\n \"productId\": 505897269665599489,\r\n \"serialNumber\": 1,\r\n \"remark\": \"备注\",\r\n \"status\": \"\",\r\n \"totalQuantity\": 100,\r\n \"wipName\": \"物料\",\r\n \"wipSize\": \"规格\"\r\n }\r\n ],\r\n \"productId\": 505897269665599489\r\n }\r\n}" |
|
|
|
}, |
|
|
|
"url": { |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/save/procurement-order/outgoing-procurement", |
|
|
|
@ -3217,8 +3266,11 @@ |
|
|
|
"item": [ |
|
|
|
{ |
|
|
|
"name": "获取企业员工生产单列表", |
|
|
|
"protocolProfileBehavior": { |
|
|
|
"disableBodyPruning": true |
|
|
|
}, |
|
|
|
"request": { |
|
|
|
"method": "POST", |
|
|
|
"method": "GET", |
|
|
|
"header": [ |
|
|
|
{ |
|
|
|
"key": "Content-Type", |
|
|
|
@ -3241,7 +3293,7 @@ |
|
|
|
"raw": "" |
|
|
|
}, |
|
|
|
"url": { |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/get/enterprise-employees/production-order/list?status", |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/get/enterprise-employees/production-order/list?status=0", |
|
|
|
"protocol": "http", |
|
|
|
"host": [ |
|
|
|
"api-cloudprint-dev", |
|
|
|
@ -3258,8 +3310,7 @@ |
|
|
|
"query": [ |
|
|
|
{ |
|
|
|
"key": "status", |
|
|
|
"value": null, |
|
|
|
"description": "状态" |
|
|
|
"value": "0" |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
@ -3268,8 +3319,11 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "获取生产单详情", |
|
|
|
"protocolProfileBehavior": { |
|
|
|
"disableBodyPruning": true |
|
|
|
}, |
|
|
|
"request": { |
|
|
|
"method": "POST", |
|
|
|
"method": "GET", |
|
|
|
"header": [ |
|
|
|
{ |
|
|
|
"key": "Content-Type", |
|
|
|
@ -3292,7 +3346,7 @@ |
|
|
|
"raw": "" |
|
|
|
}, |
|
|
|
"url": { |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/get/enterprise/production-order/details?id", |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/get/enterprise/production-order/details/by/506232296924385280", |
|
|
|
"protocol": "http", |
|
|
|
"host": [ |
|
|
|
"api-cloudprint-dev", |
|
|
|
@ -3304,14 +3358,9 @@ |
|
|
|
"get", |
|
|
|
"enterprise", |
|
|
|
"production-order", |
|
|
|
"details" |
|
|
|
], |
|
|
|
"query": [ |
|
|
|
{ |
|
|
|
"key": "id", |
|
|
|
"value": null, |
|
|
|
"description": "生产单标识" |
|
|
|
} |
|
|
|
"details", |
|
|
|
"by", |
|
|
|
"506232296924385280" |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
@ -3319,8 +3368,11 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "获取企业生产单分页列表", |
|
|
|
"protocolProfileBehavior": { |
|
|
|
"disableBodyPruning": true |
|
|
|
}, |
|
|
|
"request": { |
|
|
|
"method": "POST", |
|
|
|
"method": "GET", |
|
|
|
"header": [ |
|
|
|
{ |
|
|
|
"key": "Content-Type", |
|
|
|
@ -3363,8 +3415,11 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "获取流程节点关联单统计详情", |
|
|
|
"protocolProfileBehavior": { |
|
|
|
"disableBodyPruning": true |
|
|
|
}, |
|
|
|
"request": { |
|
|
|
"method": "POST", |
|
|
|
"method": "GET", |
|
|
|
"header": [ |
|
|
|
{ |
|
|
|
"key": "Content-Type", |
|
|
|
@ -3387,7 +3442,7 @@ |
|
|
|
"raw": "{\r\n \"processNodeId\": [\r\n \"string\"\r\n ],\r\n \"productId\": 0\r\n}" |
|
|
|
}, |
|
|
|
"url": { |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/get/enterprise/production-order/page", |
|
|
|
"raw": "http://api-cloudprint-dev.qniao.cn/cloud-print-cloud-factory/get/process-node/associated-bills-statistica/details", |
|
|
|
"protocol": "http", |
|
|
|
"host": [ |
|
|
|
"api-cloudprint-dev", |
|
|
|
@ -3397,9 +3452,9 @@ |
|
|
|
"path": [ |
|
|
|
"cloud-print-cloud-factory", |
|
|
|
"get", |
|
|
|
"enterprise", |
|
|
|
"production-order", |
|
|
|
"page" |
|
|
|
"process-node", |
|
|
|
"associated-bills-statistica", |
|
|
|
"details" |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
@ -3499,8 +3554,11 @@ |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "获取生产任务工单", |
|
|
|
"protocolProfileBehavior": { |
|
|
|
"disableBodyPruning": true |
|
|
|
}, |
|
|
|
"request": { |
|
|
|
"method": "POST", |
|
|
|
"method": "GET", |
|
|
|
"header": [ |
|
|
|
{ |
|
|
|
"key": "Content-Type", |
|
|
|
|