Commit f87be31ad5324dc2c3cca7a20f8d18d7424563b5
1 parent
127b9d2b
Exists in
master
切换头条正式环境
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/constdef.go
@@ -16,5 +16,5 @@ const ( | @@ -16,5 +16,5 @@ const ( | ||
16 | //TOUTIAOAPPID = "tted769bcb724e5b1201" | 16 | //TOUTIAOAPPID = "tted769bcb724e5b1201" |
17 | //TOUTIAOSECRET = "daa13cc0d0e27960438bb2071c950d59ab80ab14" | 17 | //TOUTIAOSECRET = "daa13cc0d0e27960438bb2071c950d59ab80ab14" |
18 | //TODO online 0 | 18 | //TODO online 0 |
19 | - TOUTIAOENV = 0 //头条 0测试环境 1正式环境 | 19 | + TOUTIAOENV = 1 //头条 0测试环境 1正式环境 |
20 | ) | 20 | ) |