Skip to content

Commit

Permalink
修改部分提示信息错别字
Browse files Browse the repository at this point in the history
  • Loading branch information
ygxbnet committed Feb 10, 2025
1 parent cd6bdc2 commit 4e1f840
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
9 changes: 1 addition & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com

# The lines below are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/need to use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

version: 2

before:
Expand Down Expand Up @@ -39,6 +31,7 @@ archives:
format: zip

changelog:
use: github
sort: asc
filters:
exclude:
Expand Down
12 changes: 6 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func login() {
if err != nil {
log.Panic(err)
}
fmt.Println(captchaURL, "\n2.请访问上面的网址,然后在此输入4位验证了码:")
fmt.Println(captchaURL, "\n2.请访问上面的网址,然后在此输入4位验证码:")
fmt.Scanln(&captchaCode)

// 获取短信验证码
Expand All @@ -111,11 +111,11 @@ reLogin:
}
fmt.Println("登陆成功!")
fmt.Printf(`===================================
用户名:%s
手机号:%s
等级:%s
union_id:%s
token:%s
用户名:%s
手机号:%s
等级:%s
union_id:%s
token:%s
===================================
`,
gjson.Get(userInfo, "data.nickName"),
Expand Down

0 comments on commit 4e1f840

Please sign in to comment.