1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

fix query url scheme error bug (#766)

Co-authored-by: sotoup <sotoup@gmail.com>
This commit is contained in:
sotoupx
2024-02-19 10:05:03 +08:00
committed by GitHub
parent ceb006bf58
commit 179704187b

View File

@@ -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没有用户访问过则为空字符串