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

6 months ago
  1. package consts
  2. const (
  3. URL_KEY = "jingwang:cms:env" //Redis中的键
  4. //内容: http://39.101.133.168:8828/hljw
  5. //测试环境解析token接口: http://39.101.133.168:8828/hljw/api/v2/member/info
  6. //正式环境解析token接口: http://api.homilychart.com/hljw/api/v2/member/info
  7. //URL_HASH_KEY = "HLJW_BASE_URL"
  8. URL_HASH_KEY = "HLJW_URL"
  9. )