Versions Compared

Key

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

...

接口地址

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

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

请求方式post
入参(json)

字段

类型

必填

描述

action

String

Y

single_receipt(海关回执)

appId

String

Y

 

orderOutNo

String

Y

业务流水号

出参

字段

类型

必填

描述

code

int

200=成功

 

orderOutNo

String

Y

外部流水号

msg

String

N

 

data

 

 

 

data.rows

String

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

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

描述

 

2.获取检验稿

       描述:通过外部流水号+appId,获取校验稿url

接口地址

调试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=成功

 

orderOutNo

String

Y

外部流水号

data

 

 

 

描述

 

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

ERP发送消息,给报关行的客户。直接发送到报关的想要的聊天记录中,并提供消息即使提醒

...