1234567891011121314151617181920212223242526 |
- package com.framework.app
- /**
- * 测试服务器 IP
- */
- const val testIP = "http://192.168.0.48:8876/"
- const val test2IP = "http://192.168.0.11:8876/"
- const val tencentIP = "http://82.157.28.170:8876/"
- const val IP = testIP
- const val devFileServiceUrl = "http://develop.persagy.com/image-service/"
- const val fileServiceUrl = devFileServiceUrl
- const val pathDownloadMap = "adm/downloadMap?key="
- const val DEVICE_ID = "device_id"
- const val BDTP_TS = "bdtp_ts"
- const val ADM_TS = "adm_ts"
- const val CLIENT_ID = "client_id"
|