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

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