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 91bfcc9 commit 40916dbCopy full SHA for 40916db
main.go
@@ -20,7 +20,7 @@ func main() {
20
"5aa21c7ae54af10017dc93f8", // 一个想法不一定对
21
}
22
23
- var topicdIndex = rand.Intn(len(topics))
+ topicdIndex := rand.Intn(len(topics))
24
25
url := "https://app.jike.ruguoapp.com/1.0/squarePosts/list"
26
jsonStr := []byte(`{"topicId": "` + topics[topicdIndex] + `", "limit": 1}`)
0 commit comments