| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,7 @@ | |||
| 12 | 12 | ||
| 13 | 13 | /** | |
| 14 | 14 | * <pre> | |
| 15 | - * 传运单接口 follow_waybil | ||
| 15 | + * 传运单接口 follow_waybill | ||
| 16 | 16 | * | |
| 17 | 17 | * 商户使用此接口向微信提供某交易单号对应的运单号。微信后台会跟踪运单的状态变化,在关键物流节点给下单用户推送消息通知。 | |
| 18 | 18 | * </pre> | |
@@ -53,7 +53,7 @@ public class FollowWaybillRequest implements Serializable { | |||
| 53 | 53 | /** | |
| 54 | 54 | * 收件人手机号 | |
| 55 | 55 | * <pre> | |
| 56 | - * 是否必填: 否 | ||
| 56 | + * 是否必填: 是 | ||
| 57 | 57 | * 描述:部分运力需要用户手机号作为查单依据 | |
| 58 | 58 | * </pre> | |
| 59 | 59 | */ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -73,10 +73,10 @@ public static class WaybillInfo implements Serializable { | |||
| 73 | 73 | private Integer status; | |
| 74 | 74 | ||
| 75 | 75 | /** | |
| 76 | - * 查询id. | ||
| 76 | + * 运单号. | ||
| 77 | 77 | */ | |
| 78 | - @SerializedName("waybill_token") | ||
| 79 | - private String waybillToken; | ||
| 78 | + @SerializedName("waybill_id") | ||
| 79 | + private String waybillId; | ||
| 80 | 80 | } | |
| 81 | 81 | ||
| 82 | 82 | /** | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -73,10 +73,10 @@ public static class WaybillInfo implements Serializable { | |||
| 73 | 73 | private Integer status; | |
| 74 | 74 | ||
| 75 | 75 | /** | |
| 76 | - * 查询id. | ||
| 76 | + * 运单号. | ||
| 77 | 77 | */ | |
| 78 | - @SerializedName("waybill_token") | ||
| 79 | - private String waybillToken; | ||
| 78 | + @SerializedName("waybill_id") | ||
| 79 | + private String waybillId; | ||
| 80 | 80 | } | |
| 81 | 81 | ||
| 82 | 82 | /** | |
| Back | FazBrowse Home | New Git URL |
0 commit comments