mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 04:37:46 +08:00
🎨 优化或者修复部分代码
This commit is contained in:
parent
b6130d938a
commit
cfa842fa44
@ -11,7 +11,7 @@ import lombok.Data;
|
|||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
public class WxMinishopOrderListResponse extends WxMaShopBaseResponse {
|
public class WxMinishopOrderListResponse extends WxMaShopBaseResponse {
|
||||||
private List<WxMinishopOrderDetail> orders;
|
private List<WxMinishopOrderResult> orders;
|
||||||
@SerializedName("total_num")
|
@SerializedName("total_num")
|
||||||
private Long totalNum;
|
private Long totalNum;
|
||||||
}
|
}
|
||||||
|
@ -80,7 +80,7 @@ public class GetPrivacyInterfaceResult extends WxOpenResult {
|
|||||||
/**
|
/**
|
||||||
* api文档链接
|
* api文档链接
|
||||||
*/
|
*/
|
||||||
@SerializedName("fail_reapi_linkason")
|
@SerializedName("api_link")
|
||||||
private String apiLink;
|
private String apiLink;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -62,6 +62,7 @@ public class TransferBatchesRequest implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 转账明细列表
|
* 转账明细列表
|
||||||
*/
|
*/
|
||||||
|
@SpecEncrypt
|
||||||
@SerializedName("transfer_detail_list")
|
@SerializedName("transfer_detail_list")
|
||||||
private List<TransferDetail> transferDetailList;
|
private List<TransferDetail> transferDetailList;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user