🆕 #3294【小程序】微信物流服务-消息组件传运单接口增加参数运力id

This commit is contained in:
willowHB 2024-06-11 14:23:04 +08:00 committed by GitHub
parent 43f31f4692
commit f91fc831a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>