liuxiaolong
2020-07-27 1ca4109013bb07f7f55093357bf68fcfe435e0f2
service/carService.go
@@ -1,10 +1,11 @@
package service
import (
   "car-service/models"
   reqUtil "car-service/extend/util"
   "car-service/models"
   "encoding/json"
   "fmt"
   "github.com/astaxie/beego"
   "strconv"
)
type CarService struct {
@@ -16,7 +17,7 @@
      hikUtil: &reqUtil.HikHttpUtil{
         AppKey: hikAppKey,
         AppSecret: hikAppSecret,
         ReqHost: "https://172.16.35.50:1443",
         ReqHost: beego.AppConfig.String("hikUrl"),
      },
   }
}