From 76b4110f719e55fc9489506c6a16c51aae6dded2 Mon Sep 17 00:00:00 2001 From: Rick Date: Sun, 27 Mar 2022 09:10:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=A0=81=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wxacode/get_unlimited.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxacode/get_unlimited.go b/wxacode/get_unlimited.go index 8c91027..4cd30ac 100644 --- a/wxacode/get_unlimited.go +++ b/wxacode/get_unlimited.go @@ -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"` } // 获取小程序码,适用于需要的码数量极多的业务场景。通过该接口生成的小程序码,永久有效,数量暂无限制。