Skip to content

Commit 1797041

Browse files
sotoupxsotoup
andauthored
fix query url scheme error bug (#766)
Co-authored-by: sotoup <[email protected]>
1 parent ceb006b commit 1797041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miniprogram/urlscheme/query.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type SchemeInfo struct {
3737
// https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/url-scheme/urlscheme.query.html#参数
3838
type resQueryScheme struct {
3939
// 通用错误
40-
*util.CommonError
40+
util.CommonError
4141
// scheme 配置
4242
SchemeInfo SchemeInfo `json:"scheme_info"`
4343
// 访问该链接的openid,没有用户访问过则为空字符串

0 commit comments

Comments
 (0)