Skip to content

Commit

Permalink
fix query url scheme error bug (#766)
Browse files Browse the repository at this point in the history
Co-authored-by: sotoup <sotoup@gmail.com>
  • Loading branch information
sotoupx and sotoup committed Feb 19, 2024
1 parent ceb006b commit 1797041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniprogram/urlscheme/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type SchemeInfo struct {
// https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/url-scheme/urlscheme.query.html#参数
type resQueryScheme struct {
// 通用错误
*util.CommonError
util.CommonError
// scheme 配置
SchemeInfo SchemeInfo `json:"scheme_info"`
// 访问该链接的openid,没有用户访问过则为空字符串
Expand Down

0 comments on commit 1797041

Please sign in to comment.