mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 消费者投诉2.0接口参数修复
This commit is contained in:
parent
e7f589e1d3
commit
7d22221380
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user