- auth1与auth2以为是兼容

This commit is contained in:
gazebo
2019-08-26 15:16:05 +08:00
parent fcc87c34af
commit 20c63e7f59
11 changed files with 79 additions and 25 deletions

View File

@@ -16,7 +16,7 @@ import (
)
func TestTransferLegacyWeixins(t *testing.T) {
err := TransferLegacyWeixins()
err := TransferLegacyWeixins("")
if err != nil {
t.Fatal(err)
}