city-bjxc-sdk

module
v0.0.0-...-a18116d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2021 License: MIT

README

city-bjxc-sdk

Go语言实现的北京市西城区城市诱导系统SDK。

安装:

go get -u gitee.com/xiaochengtech/city-bjxc-sdk

使用方法:

import "gitee.com/xiaochengtech/city-bjxc-sdk/bjxcsdk"

config := bjxcsdk.Config{
    AppKey: "xxx",
    AppSecret: "xxx",
}
client := bjxcsdk.NewClient(config, "appuuid")

req := bjxcsdk.ParkInfoRequest{
    // ...
}
rsp, err := client.ParkInfo(req)
if err != nil {
    // ...
}

接口如下:

  • 停车场静态信息调用接口:ParkInfo
  • 停车场动态信息调用接口:ParkData

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL