Skip to content
On this page

同步挂单状态

当用户的挂单上架或下架时,实时通知平台方状态

请求参数

bizData字段

参数类型是否必填描述示例
dealIdString必须盯链挂单id
collectionIdString必须藏品系列id
uniqueIdString必须藏品唯一id
collectionNoString必须藏品编号99
statusString必须操作状态onSale 出售中 / lock 待支付 / soldOut 已售出 / notSale 已下架
operationAtLong必须操作时间

bizData数据结构

JSON
{
    "dealId": "tCAN7JWVrn",
    "collectionId": "17",
    "uniqueId": "18762",
    "collectionNo": "2",
    "status": "1",
    "operationAt": 1681720000000
}

响应参数

响应字段

参数类型是否必填描述示例
resultBoolean必须同步结果

bizData数据结构 - 成功

JSON
{
    "result": true
}