Skip to content

Commit

Permalink
🐛 #1944 【小程序|开放平台】修复代小程序代码管理提交审核接口的参数
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Dec 27, 2020
1 parent 604098b commit 45e2128
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
*/
@Data
public class WxOpenMaSubmitAuditMessage implements Serializable {

private static final long serialVersionUID = 8881103449144288927L;

/**
* 提交审核项的一个列表(至少填写1项,至多填写5项)
*/
Expand All @@ -27,7 +28,7 @@ public class WxOpenMaSubmitAuditMessage implements Serializable {
* 预览信息(小程序页面截图和操作录屏)
*/
@SerializedName("preview_info")
private List<WxOpenMaPreviewInfo> previewInfo;
private WxOpenMaPreviewInfo previewInfo;

/**
* 小程序版本说明和功能解释
Expand Down

0 comments on commit 45e2128

Please sign in to comment.