文档
测试

鲸准新海运跟踪回调通知接口

POST
http://121.5.71.126/api/data/noAuth/jingzhunOceanNotify

请求参数

参数名
类型
描述
必填
referenceno
string
提单号
必填

成功返回

参数名
类型
描述
必填
status
int
状态码
必填
message
string
消息
必填

说明 / 示例

**请求示例** ``` { "referenceno":"MEDUV2770141" } ``` response ``` { "status": 0, "message": "成功" } ```