From aab4bbd9fbdb5ff655eb2962d58893ace8e40eaf Mon Sep 17 00:00:00 2001 From: andyfenggq <362739259@qq.com> Date: Wed, 21 Dec 2022 15:02:11 +0800 Subject: [PATCH] add MiniGameWechatSpec icon --- pkg/model/model_mini_game_wechat_spec.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/model/model_mini_game_wechat_spec.go b/pkg/model/model_mini_game_wechat_spec.go index 5bc83b06..079b29cb 100644 --- a/pkg/model/model_mini_game_wechat_spec.go +++ b/pkg/model/model_mini_game_wechat_spec.go @@ -12,4 +12,5 @@ package model // 微信小游戏信息 type MiniGameWechatSpec struct { MiniGameProgramId *string `json:"mini_game_program_id,omitempty"` + Icon *string `json:"icon,omitempty"` }