Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

接口地址

调试url:http://api.t.baoguan001.com/api/docking/failedPushConfirm

正式url:http://api.platform.codeflagai.com/api/docking/failedPushConfirm

请求方式post
入参(JSON)


字段

类型

描述

必填

备注

bghId

String

报关行id

Y

身份标记

type

String

类型(报关行:“BGH”)

Y


orderNosList<String>系统流水号

Y


cutoffTime
String截止时间(例:"2022-06-07 16:33:28")

N

带上截止时间可以确保查询和确认清理的数据一致


出参


字段

类型

描述

备注

code

int

200=成功


msg

String

接口返回信息


data

int

更新数量



描述

示例:

入参出参

{
    "type":"BGH",
    "bghId":"D6A8E64D399546CD9B60E1982B61A699",
    "orderNos":["A22060714485586949","A22051713521716668"],
    "cutoffTime":"2022-06-07 14:49:50"
}

{
    "code"200,
    "msg""成功",
    "data"1,
    "foot": {
        "operationTime""2022-06-07 19:33:28"
    }
}




七. 合作方最终数据回推信号旗



附件

附件1:导入单一标准数据格式declareDate

...