This commit is contained in:
邹宗楠
2023-09-06 15:02:53 +08:00
parent 979f9565bd
commit 5ed3015c61
4 changed files with 9 additions and 5 deletions

View File

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