zopsdk-go

module
v0.0.0-...-4544830 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2019 License: MIT

README

中通开放平台SDK(Go版)

参考

中通开放平台SDK

使用方式

go get -u github.com/chiahan1123/zopsdk-go
client, err := zop.NewClient("kfpttestCode", "kfpttestkey==")
if err != nil {
	// handle error
	return
}
params := make(map[string]string)
params["request"] = `[{"partnerCode":"360844819234","companyCode":"GP1551922487","reason":"客户取消"}]`
resp, err := client.Execute(context.Background(), &zop.Request{
    URL:    "http://58.40.16.122:8080/cancelOrder",
    Params: params,
})
if err != nil {
	// handle error
	return
}
fmt.Println(resp)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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