京东服务+
  1. Schemas
京东服务+
  • 接口安全
  • 业务流程
  • 订单回调
  • 洗衣服务进度
  • 家电清洗服务进度
  • 接口注意事项
  • 商品接口
    • 京东商品分类
      GET
    • 商品列表
      GET
    • 商品详情
      GET
    • 日历接口
      POST
    • 日历接口V2
      POST
  • 订单接口
    • 订单详情
    • 商品下单
    • 改约
    • 客服链接
    • 订单服务进度
    • 订单服务进度V2
    • 退单
  • 渠道账号
    • 账户余额
  • 数据模型
    • 示例数据模型
      • Pet
      • Category
      • Tag
    • Schemas
      • ChannelData
      • CategoryData
      • CreateJdOrderReq
      • ChangeAppointmentReq
      • 用户地址
      • 订单详情
      • GoodsData
      • DateRange
      • GoodsItemCategories
      • Dates
      • GoodsItemCategory
      • ExtraInfo
      • Pager«GoodsData»
      • GoodsDatesReq
      • 商品套餐
      • 商品服务保障
      • OrderProcessData
      • JdPlusServiceOrderData
      • RefundOrderReq
      • WashOrderUnpackItemDto
  1. Schemas

CategoryData(CategoryData)

{
    "children": [
        {
            "children": [],
            "code": "string",
            "icon": "string",
            "name": "string",
            "photoList": [
                "string"
            ]
        }
    ],
    "code": "string",
    "icon": "string",
    "name": "string",
    "photoList": [
        "string"
    ]
}
Built with