# 根据运单号获取真实手机号

# 接口说明

该接口用于根据运单号获取真实手机号

# 注意事项

接口调用有次数限制,请按需获取

# 接口调用请求说明

POST https://api.weixin.qq.com/channels/ec/logistics/phonenumber/get?access_token=ACCESS_TOKEN

# 请求参数说明

参数 类型 是否必填 描述
waybill_id string 运单号
private_phone string 虚拟号

# 请求参数示例

{
    "waybill_id": "xxxxxx",
    "private_phone":"xxxxxx"
}

# 返回参数说明

参数 类型 描述
errcode number 错误码
errmsg string 错误信息
phone string 真实手机号

# 返回参数示例

{
    "errcode": 0,
    "errmsg": "ok",
    "phone":"xxxxx" 
}

# 错误码

错误码 错误描述
公共错误码 -
10025000 订单不存在
10025001 订单状态错误
40097 参数错误