c_pji.go 365 B

12345678910
  1. package c_pji
  2. var (
  3. //SenceOssDownUrl = "http://36.110.106.156:11121/open/scene/oss/down/" // 外网
  4. SenceOssDownUrl = "http://10.14.86.147:9081/open/scene/oss/down/" // 内网
  5. //SenceInfoUrl = "http://36.110.106.156:11121/open/scene/" // 外网
  6. SenceInfoUrl = "http://10.14.86.147:9081/open/scene/" // 内网
  7. Token = "4773hd92ysj54paflw2jem3onyhywxt2"
  8. )