-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加小程序获取红包封面接口 #760
添加小程序获取红包封面接口 #760
Conversation
这里格式报的什么错?没看懂 |
var result util.CommonError | ||
err = json.Unmarshal(response, &result) | ||
if err == nil && result.ErrCode != 0 { | ||
err = fmt.Errorf("error : errcode=%v , errmsg=%v", result.ErrCode, result.ErrMsg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
建议使用统一的错误处理
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的,我改一下,这个从qrcode那边复制的
关联一下 issues |
解决了 #759 |
通过一下 |
这个1.21的golangci-lint 过不了,辛苦修改一下 wechat/.github/workflows/go.yml Line 13 in a5e674b
1.21.5 和golangci 有兼容性问题,辛苦 |
改了 |
审批一下 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
No description provided.