Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
【小程序】微信物流服务-消息组件:4.1、传运单接口 follow_waybill增加参数 delivery_id 运力id(运单号所属运…
…力公司id)
  • Loading branch information
willowHB committed May 22, 2024
commit 8f796eba875306f4b0ed0c3395951b67cc594581
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@ public class FollowWaybillRequest implements Serializable {
@SerializedName("receiver_phone")
private String receiverPhone;

/**
* 运力id(运单号所属运力公司id),该字段从 <a href='https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/business/express_open_msg.html#_4-4%E8%8E%B7%E5%8F%96%E8%BF%90%E5%8A%9Bid%E5%88%97%E8%A1%A8get-delivery-list'>get_delivery_list</a> 获取。
* <pre>
* 是否必填: 否
* 描述:该参数用于提高运单号识别的准确度;特别是对非主流快递公司,建议传入该参数,确保查询正确率。
* </pre>
*/
@SerializedName("delivery_id")
private String deliveryId;

/**
* 运单ID
* <pre>
Expand Down