mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-30 18:19:04 +08:00
🎨 优化或者修复部分代码
This commit is contained in:
@ -11,7 +11,7 @@ import lombok.Data;
|
||||
*/
|
||||
@Data
|
||||
public class WxMinishopOrderListResponse extends WxMaShopBaseResponse {
|
||||
private List<WxMinishopOrderDetail> orders;
|
||||
private List<WxMinishopOrderResult> orders;
|
||||
@SerializedName("total_num")
|
||||
private Long totalNum;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user