描述:

  • 服务单收发货信息

版本:

版本号 制定人 制定日期 更新内容
1 大鱼研发 2020-08-17

方法:

  • dayuOrderService.queryOrderOutGoods(Long orderId,String token)

swagger 地址:

请求参数:

参数名 是否必须 类型 长度 说明
orderId Long 20 服务单ID

返回示例:

正确时返回:

{
  "code": 0,
  "subCode": null,
  "data": [
    {
      "id": 279,
      "orderId": 84747,
      "orderNum": "SP20210817115839000001",
      "sendType": 1,
      "sparePartId": 32,
      "sparePartName": "测试备件001",
      "sendNum": 1,
      "sendMode": 1,
      "receiverName": "李",
      "receiverMobile": "18614005782",
      "receiverAddress": "北京市北京城区昌平区1",
      "pointToPoint": 1,
      "sendStoreId": 14,
      "sendStoreName": "北京dewly大鱼创想科技有限公司",
      "sendStoreType": 1,
      "status": 1,
      "sendName": "总库",
      "sendMobile": "13122222222",
      "sendAddress": "北京市北京城区海淀区",
      "comment": null,
      "receiverPicUrl": null,
      "totalPrice": 200.6,
      "createTime": "2021-08-17 14:10:39",
      "sendComment": null
    }
  ],
  "msg": "成功"
}

返回字段说明:

可直接查看,SDK实体类:
OutGoods

字段名 类型 长度 说明
文档更新时间: 2022-10-13 09:52   作者:大鱼研发