This commit is contained in:
suyl
2021-05-14 16:33:25 +08:00
parent ec3e3d2ac5
commit 6d74ea55a1
4 changed files with 18 additions and 8 deletions

View File

@@ -310,7 +310,7 @@ func TestPeiZhiJdZhangHao(t *testing.T) {
}
func TestQueryMemberTransListByCondition(t *testing.T) {
result, err := api.QueryMemberTransListByCondition(4, 20)
result, err := api.QueryMemberTransListByCondition("", "", 4, 200)
if err != nil {
t.Fatal(err)
}