mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-20 00:44:25 +08:00
🎨 #3409 【小程序】获取运单数据接口返回对象里增加运单状态的字段
This commit is contained in:
parent
60a0e4e3e3
commit
b5041265b9
@ -51,6 +51,11 @@ public class WxMaExpressOrderInfoResult extends WxMaExpressInfoResult implements
|
||||
@SerializedName("waybill_data")
|
||||
private List<Map<String,String>> waybillData;
|
||||
|
||||
/**
|
||||
* 运单状态, 0正常,1取消
|
||||
*/
|
||||
@SerializedName("order_status")
|
||||
private Integer orderStatus;
|
||||
|
||||
public static WxMaExpressOrderInfoResult fromJson(String json) {
|
||||
return WxMaGsonBuilder.create().fromJson(json, WxMaExpressOrderInfoResult.class);
|
||||
|
Loading…
Reference in New Issue
Block a user