Skip to content

Commit

Permalink
🐛 #2946 【微信支付】消费者投诉模块查询投诉单接口修复错误的字段类型
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesWone authored Mar 8, 2023
1 parent cb6e9c8 commit a19112b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public static class ComplaintMedia implements Serializable {
* </pre>
*/
@SerializedName("media_url")
private String mediaUrl;
private List<String> mediaUrl;

}

Expand Down

0 comments on commit a19112b

Please sign in to comment.