This commit is contained in:
苏尹岚
2021-03-05 10:01:58 +08:00
parent d335621eda
commit f0a97f61c7
5 changed files with 26 additions and 5 deletions

View File

@@ -72,3 +72,11 @@ func TestCreateOrder(t *testing.T) {
}
// t.Log(utils.Format4Output(result, false))
}
func TestComplaintRider(t *testing.T) {
err := api.ComplaintRider("134420892247000001", 150)
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
}