From 1257c24919dbc5b582924709a991700021f1d7f9 Mon Sep 17 00:00:00 2001 From: Rick Date: Sat, 26 Mar 2022 10:58:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=8E=B7=E5=8F=96=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E7=A0=81=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wxacode/get_unlimited.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wxacode/get_unlimited.go b/wxacode/get_unlimited.go index 48df71b..8c91027 100644 --- a/wxacode/get_unlimited.go +++ b/wxacode/get_unlimited.go @@ -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"` } // 获取小程序码,适用于需要的码数量极多的业务场景。通过该接口生成的小程序码,永久有效,数量暂无限制。