This commit is contained in:
邹宗楠
2022-08-29 16:17:40 +08:00
parent 9e139e79d7
commit c3d3ed8f16
6 changed files with 28 additions and 9 deletions

View File

@@ -71,14 +71,14 @@ func TestOrderApplyPartRefund(t *testing.T) {
}
func TestOrderLogisticsStatus(t *testing.T) {
result, err := api.OrderLogisticsStatus(33762863658107006)
result, err := api.OrderLogisticsStatus(140382470727339348)
if err != nil {
t.Fatal(err)
}
if len(result) == 0 {
if result == 0 {
t.Fatal("result should have value")
}
// t.Log(utils.Format4Output(result, false))
t.Log(utils.Format4Output(result, false))
}
func TestOrderBatchPullPhoneNumber(t *testing.T) {