万象配送


添加

[TOC]

简要描述
  • 用户添加接口
请求URL
  • http://localhost:3030/orders
请求方式
  • POST
参数
参数名 必选 类型 说明
orderno string 订单号
consignee string 收货人
shipper string 送货人
ordersingular string 支付单数
orderprice INTEGER 价格
ordertime DATE 订单时间
orderclass string 订单类型
orderstate string 订单状态
orderprint string 打印状态
orderingplatform string 下单平台
shipper string 下单店铺
ordershop string 外键-支付表
admid string 外键-管理员表
usersid string 外键-用户表
返回示例
  {
    "id": 2,
    "orderno": "sa111",
    "consignee": "圣剑",
    "shipper": "张三",
    "ordersingular": "1",
    "orderprice": "30",
    "ordertime": "2023-05-22T16:00:00.000Z",
    "orderclass": "客户单",
    "orderstate": "运送中",
    "orderprint": "已打印",
    "orderingplatform": "微信",
    "ordershop": "换阿萨",
    "updatedAt": "2023-05-24T02:19:16.049Z",
    "createdAt": "2023-05-24T02:19:16.049Z"
}
返回参数说明
参数名 类型 说明
consignee string 用户
shipper string 员工-骑手
orderclass string 客户单
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML