You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
347 B
10 lines
347 B
package consts
|
|
|
|
const (
|
|
URL_KEY = "jingwang:cms:env" //Redis中的键
|
|
//内容: http://39.101.133.168:8828/hljw
|
|
//测试环境解析token接口: http://39.101.133.168:8828/hljw/api/v2/member/info
|
|
//正式环境解析token接口: http://api.homilychart.com/hljw/api/v2/member/info
|
|
//URL_HASH_KEY = "HLJW_BASE_URL"
|
|
URL_HASH_KEY = "HLJW_URL"
|
|
)
|