mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-22 03:27:39 +08:00
🎨 【开放平台】小程序模板管理获取代码模板列表接口返回增加两个小程序相关的字段
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user