-
-
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
feat: modify redis version to v8.11.5 #582
Conversation
…btain openid(miniprogram/auth/auth.go Code2Session)
@@ -66,12 +64,10 @@ func (r *Client) AccountDel(options AccountDelOptions) (info util.CommonError, e | |||
accessToken string | |||
data []byte | |||
) | |||
accessToken, err = r.ctx.GetAccessToken() | |||
if err != nil { | |||
if accessToken, err = r.ctx.GetAccessToken(); err != nil { |
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.
这些无关的提交,不要在一个pr中提交,只关注解析的问题。避免大批量文件的改动
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.
这个应该是以前提交的代码 ,没有新分支
@houseme pr 至少有一个Reviewers |
OK,这次就是修改了 go.mod 文件 |
feat: modify redis version to v8.11.5
#581 #571 #572