| | |
| | | # 是否开启上报 |
| | | start: true |
| | | # WMS系统ip |
| | | url: 10.10.10.222:2410 |
| | | url: http://10.227.21.31:8060/fromwcs |
| | | # 入库任务申请接口 |
| | | inboundTaskApplyPath: api/StereoscopicCallBack/AcceptTaskStatus |
| | | inboundTaskApplyPath: /inboundTaskApply |
| | | # 任务开始时,WCS回调WMS |
| | | taskStatusFeedbackPath: api/StereoscopicCallBack/TaskExecCallback |
| | | # 任务完成结束时,WCS回调WMS |
| | | taskExecCallback: api/StereoscopicCallBack/TaskExecFinishedCallback |
| | | taskExecCallback: /taskStateReport |
| | | # 移库申请接口 |
| | | movePath: api/InterFace/get_InterFace_TestStorage |
| | | # 任务执行状态上报 |
| | | executionStatusReport: /executionStatusReport |
| | | # 测试环境 |
| | | # url: http://127.0.0.1:8080/ghlnwms |
| | | # taskStatusFeedbackPath: api/StereoscopicCallBack/TaskExecCallback |
| | | # executionStatusReport: /open/asrs/executionStatusReport |
| | | # taskExecCallback: /open/asrs/taskExecCallback |
| | | # inboundTaskApplyPath: /open/asrs/testInLoc |
| | | # movePath: api/InterFace/get_InterFace_TestStorage |
| | | |
| | | |
| | | code: code |
| | | successCode: 200 |
| | | msg: msg |