Skip to content

Commit

Permalink
fix(project): missing micro_app_instance_id
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Jan 26, 2024
1 parent 45e27fa commit 112212c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions marketing-api/model/v3/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ type Project struct {
DownloadMode enum.DownloadMode `json:"download_mode,omitempty"`
// QuickAppId 快应用资产id ,从【查询快应用信息】接口获取,仅支持已通过审核的快应用资产
QuickAppId uint64 `json:"quick_app_id,omitempty"`
// MicroAppInstanceID 字节小程序/小游戏资产id
MicroAppInstanceID string `json:"micro_app_instance_id,omitempty"`
// LaunchType 调起方式, landing_type = APP 且子目标为LAUNCH有效
// 允许值: DIRECT_OPEN 直接调起(默认值)、EXTERNAL_OPEN 落地页调起
LaunchType enum.LaunchType `json:"launch_type,omitempty"`
Expand Down

0 comments on commit 112212c

Please sign in to comment.