尝试获取京东商城订单
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user