File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ type URLLinkRequest struct {
29
29
ExpireInterval int64 `json:"expire_interval"`
30
30
// 非必填 云开发静态网站自定义 H5 配置参数,可配置中转的云开发 H5 页面。不填默认用官方 H5 页面
31
31
CloudBase * URLLinkCloudBase `json:"cloud_base"`
32
+ // 非必填 要打开的小程序版本。正式版为 "release",体验版为"trial",开发版为"develop"。默认值"release"
33
+ EnvVersion string `json:"env_version,omitempty"`
32
34
}
33
35
34
36
type URLLinkCloudBase struct {
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ type SchemedInfo struct {
20
20
Path string `json:"path"`
21
21
// 通过scheme码进入小程序时的query,最大128个字符,只支持数字,大小写英文以及部分特殊字符:!#$&'()*+,/:;=?@-._~
22
22
Query string `json:"query"`
23
+ // 非必填 要打开的小程序版本。正式版为 "release",体验版为"trial",开发版为"develop"。默认值"release"
24
+ EnvVersion string `json:"env_version,omitempty"`
23
25
}
24
26
25
27
type URLSchemeResponse struct {
You can’t perform that action at this time.
0 commit comments