Commit fb5a0a9fcae7b7eb69663578dfeb8720be318db6
1 parent
9dee3747
Exists in
master
更改appid和sercret
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/HttpServer/logic/constdef.go
... | ... | @@ -9,6 +9,6 @@ const ( |
9 | 9 | GETTOUTIAOACCESSTOKENURL = "https://developer.toutiao.com/api/apps/token" |
10 | 10 | GETTOUTIAOOPENIDURL = "https://developer.toutiao.com/api/apps/jscode2session" |
11 | 11 | GETTOUTIAOCOINURL = "https://developer.toutiao.com/api/apps/gold/search" |
12 | - TOUTIAOAPPID = "tt29e35f5eb6c9b9dd" | |
13 | - TOUTIAOSECRET = "100cb2286445027f606844fc156121dd7db06075" | |
12 | + TOUTIAOAPPID = "tt841ff2a21b254572" //"tt29e35f5eb6c9b9dd" | |
13 | + TOUTIAOSECRET = "14a09009e4ea999261876a4b26b09ec2ebc1e7ee" //"100cb2286445027f606844fc156121dd7db06075" | |
14 | 14 | ) | ... | ... |