Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bea…
…n/xpay/WxMaXPayGetComplaintListResponse.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
binarywang and Copilot authored Jul 24, 2025
commit 27659f9105e68337ca648b09018ba7625385ab1d
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static class Complaint {
private Integer applyRefundAmount;
@SerializedName("user_tag_list")
private List<String> userTagList;
@SerializedName("service_order_info>")
@SerializedName("service_order_info")
private List<ServiceOrderInfo> serviceOrderInfo;


Expand Down