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

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