mirror of
https://github.com/xxjwxc/public.git
synced 2025-09-26 20:01:19 +08:00
15 lines
278 B
Go
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))
|
|
}
|