Files
public/mykdniao/my_test.go
2021-01-29 13:41:12 +08:00

15 lines
278 B
Go

package mykdniao
import (
"fmt"
"testing"
"github.com/xxjwxc/public/tools"
)
func Test_kdn(t *testing.T) {
kdn := New("1111111", "11111111-1111-1111-1111-11111111111111")
result := kdn.GetLogisticsTrack("4304678557725", "YD", "")
fmt.Printf(tools.JSONDecode(result))
}