This commit is contained in:
邹宗楠
2022-08-30 09:32:20 +08:00
parent c3d3ed8f16
commit 9ab4c3b6c3
6 changed files with 31 additions and 10 deletions

View File

@@ -71,7 +71,7 @@ func TestOrderApplyPartRefund(t *testing.T) {
}
func TestOrderLogisticsStatus(t *testing.T) {
result, err := api.OrderLogisticsStatus(140382470727339348)
result, err := api.OrderLogisticsStatus(128752442052682640)
if err != nil {
t.Fatal(err)
}