This commit is contained in:
suyl
2021-05-13 16:21:24 +08:00
parent 4933ef6ef1
commit f7a6b5f528
7 changed files with 94 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ func TestMiniCode(t *testing.T) {
}
func TestGenerateLink(t *testing.T) {
result, err := api.GenerateLink(2, 4, strings.ToLower("efa9876238fc11eb9101525400c36bda903"))
result, err := api.GenerateLink(2, 1, strings.ToLower("9999999999999"))
if err != nil {
t.Fatal(err)
}