Skip to content

Commit

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

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

0 comments on commit 76b4110

Please sign in to comment.