🎨 #2226 【开放平台】第三方平台获取代码模板列表接口增加参数,可过滤标准模板

This commit is contained in:
hywr
2021-07-29 22:22:31 +08:00
committed by GitHub
parent 8511f8f826
commit 00347dc50c
3 changed files with 75 additions and 24 deletions

View File

@@ -32,6 +32,13 @@ public class WxOpenMaCodeTemplate implements Serializable {
*/
@SerializedName(value = "userDesc", alternate = "user_desc")
private String userDesc;
/**
* 模板类型 0对应普通模板1对应标准模板
*/
@SerializedName(value = "templateType", alternate = "template_type")
private Integer template_type;
/**
* 开发者上传草稿时间 / 被添加为模版的时间
*/