Skip to content

Commit e2c32c6

Browse files
author
wuweilin
committed
feat:补充字段
1 parent 3e28a4b commit e2c32c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/kuaidi100/sdk/request/labelV2/OrderReq.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ public class OrderReq {
109109
* 在使用菜鸟/淘宝/拼多多授权电子面单时,若月结账号下存在多个网点,则tbNet="网点名称,网点编号" ,注意此处为英文逗号
110110
*/
111111
private String tbNet;
112+
113+
/**
114+
* 是否重新下单,默认true,配合orderId使用;当orderId不为空,reorder设置为false,48小时内只会返回第一次下单成功的内容;否则每次下单都认为重新下发订单
115+
*/
116+
private Boolean reorder = true;
112117
/**
113118
* 邮费
114119
*/

0 commit comments

Comments
 (0)