mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 【开放平台】小程序模板管理获取代码模板列表接口返回增加两个小程序相关的字段
This commit is contained in:
parent
2914943cad
commit
935749e580
@ -46,4 +46,16 @@ public class WxOpenMaCodeTemplate implements Serializable {
|
||||
*/
|
||||
@SerializedName(value = "createTime", alternate = "create_time")
|
||||
private Long createTime;
|
||||
|
||||
/**
|
||||
* 开发小程序的appid
|
||||
*/
|
||||
@SerializedName(value = "sourceMiniProgramAppid", alternate = "source_miniprogram_appid")
|
||||
private Long sourceMiniProgramAppid;
|
||||
|
||||
/**
|
||||
* 开发小程序的名称
|
||||
*/
|
||||
@SerializedName(value = "sourceMiniProgram", alternate = "source_miniprogram")
|
||||
private Long sourceMiniProgram;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user