尝试获取京东商城订单

This commit is contained in:
苏尹岚
2020-06-29 14:45:54 +08:00
parent 2641c0ac1b
commit 62f9947573
4 changed files with 28 additions and 9 deletions

View File

@@ -21,3 +21,11 @@ func TestGetDeliveryCompany(t *testing.T) {
}
t.Log(utils.Format4Output(result, false))
}
func TestGetOrder(t *testing.T) {
err := api.GetOrder(120146365818)
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
}