@@ -41,9 +41,9 @@ type dataResult struct {
func NewJlzf() *Jlzf {
// 自动识别开发环境和生产环境
debug := getEnvInfo("DEBUG")
- AuthUrl := ""
+ AuthUrl := "https://jl.smartcost.com.cn"
if debug {
- AuthUrl = "http://192.168.1.42:7002"
+ AuthUrl = "http://192.168.1.76:7002"
}
return &Jlzf{
AuthUrl: AuthUrl,