1
0
mirror of synced 2025-12-21 16:38:01 +08:00

[企业微信]fix家校应用single_choice属性字段 #2792

This commit is contained in:
0katekate0
2022-08-25 01:12:32 +08:00
parent 8c461bbaf2
commit d39062353c
2 changed files with 66 additions and 5 deletions

View File

@@ -12,8 +12,9 @@ import java.util.List;
/**
* 获取用户填写答案.
* https://developer.work.weixin.qq.com/document/path/93679
*
* @author Wang_Wong
* @author <a href="https://github.com/0katekate0">Wang_Wong</a>
*/
@Data
public class WxCpGetReportAnswer extends WxCpBaseResp implements Serializable {
@@ -63,8 +64,8 @@ public class WxCpGetReportAnswer extends WxCpBaseResp implements Serializable {
@SerializedName("question_id")
private Integer questionId;
@SerializedName("single_chose")
private Integer singleChose;
@SerializedName("single_choice")
private Integer singleChoice;
@SerializedName("multi_choice")
private List<Integer> multiChoice;