Skip to content

Commit f91fc83

Browse files
authored
🆕 #3294【小程序】微信物流服务-消息组件传运单接口增加参数运力id
1 parent 43f31f4 commit f91fc83

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/delivery/FollowWaybillRequest.java

+10
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ public class FollowWaybillRequest implements Serializable {
6060
@SerializedName("receiver_phone")
6161
private String receiverPhone;
6262

63+
/**
64+
* 运力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> 获取。
65+
* <pre>
66+
* 是否必填: 否
67+
* 描述:该参数用于提高运单号识别的准确度;特别是对非主流快递公司,建议传入该参数,确保查询正确率。
68+
* </pre>
69+
*/
70+
@SerializedName("delivery_id")
71+
private String deliveryId;
72+
6373
/**
6474
* 运单ID
6575
* <pre>

0 commit comments

Comments
 (0)