🎨 消费者投诉2.0接口参数修复

This commit is contained in:
helloSk 2022-04-27 08:53:02 +00:00 committed by binarywang
parent e7f589e1d3
commit 7d22221380

View File

@ -8,6 +8,7 @@ import lombok.Data;
import lombok.NoArgsConstructor;
import java.io.Serializable;
import java.util.List;
/**
* 微信消费者投诉2.0
@ -65,7 +66,7 @@ public class ResponseRequest implements Serializable {
* </pre>
*/
@SerializedName("response_images")
private String responseImages;
private List<String> responseImages;
/**
* <pre>