This commit is contained in:
suyl
2021-06-18 15:06:16 +08:00
parent 8a4c91c007
commit 8ce4c93c5f
8 changed files with 34 additions and 17 deletions

View File

@@ -97,7 +97,7 @@ func TestOrderGetRiderInfoPhoneNumber(t *testing.T) {
}
func TestGetOrderRefundDetail(t *testing.T) {
result, err := api.GetOrderRefundDetail(94310371440052951, 0)
result, err := api.GetOrderRefundDetail(115082650031169457, 0)
if err != nil {
t.Fatal(err)
}