闲管家开放平台
  1. 订单
闲管家开放平台
  • 接入说明
  • 代码示例
  • 用户
    • 查询闲鱼店铺
      POST
  • 商品
    • 查询商品类目
      POST
    • 查询商品属性
      POST
    • 查询商品列表
      POST
    • 查询商品详情
      POST
    • 查询商品规格
      POST
    • 创建商品(单个)
      POST
    • 创建商品(批量)
      POST
    • 上架商品
      POST
    • 下架商品
      POST
    • 编辑商品
      POST
    • 编辑库存
      POST
    • 删除商品
      POST
  • 订单
    • 查询订单列表
      POST
    • 查询订单详情
      POST
    • 订单卡密列表
      POST
    • 订单物流发货
      POST
  • 推送
    • 商品回调通知
      POST
    • 商品推送通知
      POST
    • 订单推送通知
      POST
  • 其他
    • 查询快递公司
      POST
  1. 订单

订单卡密列表

POST
https://open.goofish.pro/api/open/order/kam/list

请求参数

Query 参数
appid
integer 
必需
开放平台的AppKey
默认值:
{{appid}}
timestamp
integer 
必需
当前时间戳(单位秒,5分钟内有效)
默认值:
{{timestamp}}
seller_id
integer 
可选
商家ID(仅商务对接传入,自研/第三方ERP对接忽略即可)
默认值:
{{seller_id}}
sign
string 
必需
签名MD5值(参考签名说明)
默认值:
{{sign}}
Body 参数application/json
order_no
string 
闲鱼订单号
必需
示例值:
2226688164543566229
正则匹配:
/^\d{19,}$/
示例
{
  "order_no": 2226688164543566300
}

返回响应

🟢200成功
application/json
Body
code
integer <int32>
必需
默认值:
0
msg
string 
必需
默认值:
OK
data
object 
必需
list
array [object {4}] 
必需
示例
{
  "code": 0,
  "msg": "OK",
  "data": {
    "list": [
      {
        "card_no": "rsrewe2",
        "card_pwd": "fuigfyhduigyfuid\\ds",
        "cost": 300,
        "sold_type": 11
      },
      {
        "card_no": "ugeyuf",
        "card_pwd": "hfgh32fg878468hfghfjkld",
        "cost": 300,
        "sold_type": 11
      }
    ]
  }
}
🟢200失败
上一页
查询订单详情
下一页
订单物流发货
Built with