This commit is contained in:
邹宗楠
2022-08-26 18:15:33 +08:00
parent a859475a4a
commit 9e139e79d7
3 changed files with 36 additions and 29 deletions

View File

@@ -23,7 +23,7 @@ func TestGetDistributeOrderDetail(t *testing.T) {
}
func TestCancelReason(t *testing.T) {
result, err := api.GetCancelDeliveryReason(140382470610780245, "14038247")
result, err := api.GetCancelDeliveryReason(148815412592716910, "14881541")
if err != nil {
t.Fatal(err)
}