This commit is contained in:
邹宗楠
2023-10-24 10:24:20 +08:00
parent 4a0f1be50c
commit f75f1fcdbc
19 changed files with 645 additions and 85 deletions

View File

@@ -57,7 +57,7 @@ func init() {
}
func TestComplaintRider(t *testing.T) {
err := dadaapi.ComplaintRider("1100562620683968937", 69)
err := dadaapi.ComplaintRider("5000952191610480635", 69)
fmt.Println(err)
}