Versions Compared

Key

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

...

接口地址

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

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

请求方式post
入参(json)

字段

类型

必填

描述

appId

String

Y

 

orderOutNo

String

Y

业务流水号

出参

字段

类型

必填

描述

code

int

200=成功

 

msg

String

Y

说明

data

 

 

 

示例

...

3. 获取预录单

接口地址

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

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

待定

请求方式post
入参(json)
String

字段

类型

必填

描述

action

Y

single_receipt(海关回执)

appId

String

Y

 

orderOutNo

String

Y

业务流水号

出参

字段

类型

必填

描述

code

int

200=成功

 

orderOutNomsg

String

Y

外部流水号

msg

String

N

 

说明

data

 

 

 

data.rows

String

根据action查询返回相应的数据集合

返回字符串,如果是明文,字符串里面是一个集合;

描述

 

四. IM推送消息 (ERP->报关行)

1. 整箱做箱任务

...