| | |
| | | pushPackageName = uni.UNIEDF0B5C |
| | | pushBaseUrl = https://restapi.getui.com/v2/ |
| | | dbUrl = conf/app.db |
| | | hikUrl = https://111.205.161.131:1443 |
| | | hikUrl = https://111.205.161.131:443 |
| | | hikAppKey = 26577698 |
| | | hikAppSecret = ZHhxujl06e0e5jsJLaiB |
| | |
| | | func NewCarService() *CarService { |
| | | return &CarService{ |
| | | hikUtil: &reqUtil.HikHttpUtil{ |
| | | AppKey: hikAppKey, |
| | | AppSecret: hikAppSecret, |
| | | AppKey: beego.AppConfig.String("hikAppKey"), |
| | | AppSecret: beego.AppConfig.String("hikAppSecret"), |
| | | ReqHost: beego.AppConfig.String("hikUrl"), |
| | | }, |
| | | } |
| | |
| | | CreateTime string `json:"createTime"` |
| | | UpdateTime string `json:"updateTime"` |
| | | } |
| | | |
| | | var ( |
| | | hikAppKey = "27107808" |
| | | hikAppSecret = "BEQiCoBTYcJX2d4KzbVK" |
| | | ) |
| | | |
| | | |
| | | //获取海康停车库列表 |