We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4698f commit bebd443Copy full SHA for bebd443
main.go
@@ -37,6 +37,8 @@ func main() {
37
tokenData, err := MsTokenRequest(clientId, clientSecret, *clientCode)
38
if err != nil {
39
fmt.Printf("获取token时发生错误\r\n%s", err.Error())
40
+ _ = readLine()
41
+ return
42
}
43
fmt.Printf("获取到token(%v)\r\n", len(tokenData.AccessToken))
44
fmt.Printf("获取到refresh-token(%v)\r\n", len(tokenData.RefreshToken))
0 commit comments