c_pji.go 550 B

12345678910111213
  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. //PjiApiBaseUrl = "https://sitwebapi.chinapji.com/webapi/openapi/console/v1/loop/" //sit
  9. PjiApiBaseUrl = "https://webapi.chinapji.com/webapi/openapi/console/v1/loop/" //客户环境
  10. )