京东物流

This commit is contained in:
苏尹岚
2020-06-04 15:14:19 +08:00
parent 6a4077f441
commit 9b9f04ca3d
6 changed files with 57 additions and 19 deletions

View File

@@ -73,3 +73,11 @@ func TestOrderDetail(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestPhoneSensltiveInfo(t *testing.T) {
result, err := api.PhoneSensltiveInfo("122792618177", "1e608a10060e75be7fc6c85645d6b2b7")
if err != nil {
t.Fatal(err)
}
t.Log(utils.Format4Output(result, false))
}