Skip to content

Commit

Permalink
fix: 获取小程序码接口
Browse files Browse the repository at this point in the history
  • Loading branch information
royalrick committed Mar 26, 2022
1 parent 0a87c31 commit 1257c24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wxacode/get_unlimited.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ type UnlimitedQRCode struct {
AutoColor bool `json:"auto_color,omitempty"`
LineColor Color `json:"line_color,omitempty"`
IsHyaline bool `json:"is_hyaline,omitempty"`
// 检查 page 是否存在,为 true 时 page 必须是已经发布的小程序存在的页面(否则报错);为 false 时允许小程序未发布或者 page 不存在, 但 page 有数量上限(60000个)请勿滥用
EnvVersion string `json:"env_version,omitempty"`
// 要打开的小程序版本。正式版为 release,体验版为 trial,开发版为 develop
CheckPath string `json:"check_path,omitempty"`
EnvVersion string `json:"env_version,omitempty"`
// 检查 page 是否存在,为 true 时 page 必须是已经发布的小程序存在的页面(否则报错);为 false 时允许小程序未发布或者 page 不存在, 但 page 有数量上限(60000个)请勿滥用
CheckPath bool `json:"check_path,omitempty"`
}

// 获取小程序码,适用于需要的码数量极多的业务场景。通过该接口生成的小程序码,永久有效,数量暂无限制。
Expand Down

0 comments on commit 1257c24

Please sign in to comment.