mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 #2226 【开放平台】第三方平台获取代码模板列表接口增加参数,可过滤标准模板
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 开发者上传草稿时间 / 被添加为模版的时间
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user