Push their yards
- Interface Path: 
/order/pushPickCode - Request method: 
POST 
Parameter
| Parameter name | Required | type | instructions | 
|---|---|---|---|
| fcOrderId | Yes | String | - | 
| outOrderId | Yes | String | - | 
Return parameter description
| Parameter name | type | instructions | Value of the sample | 
|---|---|---|---|
| code | String | - | 0 | 
| chnDesc | String | - | Operation is successful | 
| engDesc | String | - | operate success | 
| data | Object | - | - | 
| cellLockStatus | String | - | 1 | 
| cellUseMode | String | - | 1 | 
| pickTime | String | - | 1591927286914 | 
| saveMobile | String | - | 13612907225 | 
| saveRole | String | - | 1 | 
| orderStatus | String | - | 1 | 
| prePickMobile | String | - | 13480686370 | 
| fcOrderId | String | - | 56574512548 | 
| pickMobile | String | - | 13480686370 | 
| cellType | String | - | 1 | 
| prePickRole | String | - | 1 | 
| outOrderId | String | - | 15485479524 | 
| businessCycleId | String | - | 123 | 
| goodsCode | String | - | 1 | 
| prePickTime | String | - | 1591927286914 | 
| saveTime | String | - | 1591927286914 | 
| goodsName | String | - | phone | 
| lockerInfo | Object | - | - | 
Return the sample
{
  "code": "0",
  "data": {
    "cellLockStatus": "1",
    "cellUseMode": "1",
    "pickTime": "1591927286914",
    "saveMobile": "13612907225",
    "saveRole": "1",
    "orderStatus": "1",
    "prePickMobile": "13480686370",
    "fcOrderId": "56574512548",
    "pickMobile": "13480686370",
    "cellType": "1",
    "prePickRole": "1",
    "outOrderId": "15485479524",
    "businessCycleId": "123",
    "goodsCode": "001",
    "prePickTime": "1591927286914",
    "saveTime": "1591927286914",
    "goodsName": "phone",
    "lockerInfo": {
      "lockerCode": "1001",
      "address": "未来科技城",
      "cityName": "武汉   municipal",
      "dictName": "江夏区",
      "provinceName": "湖北   provinces"
    }
  },
  "chnDesc": "Operation  is successful",
  "engDesc": "operate success"
}