新增从腾讯获取任务列表
This commit is contained in:
6
internal/consts/tencent.go
Normal file
6
internal/consts/tencent.go
Normal file
@ -0,0 +1,6 @@
|
||||
package consts
|
||||
|
||||
const (
|
||||
TestAddr = "https://api-test.cafe.qq.com/netbar.cafe.open_api.open_api/"
|
||||
ProAddr = "https://api.cafe.qq.com/netbar.cafe.open_api.open_api/"
|
||||
)
|
||||
Reference in New Issue
Block a user