This commit is contained in:
邹宗楠
2025-07-30 15:04:03 +08:00
parent 40c1a73751
commit 266af058d6
7 changed files with 1854 additions and 1699 deletions

View File

@@ -77,3 +77,7 @@ func TestSaveAuthentication(t *testing.T) {
}
api.SaveAuthentication(param, "WXPAY")
}
func TestAccountStatusQuery(t *testing.T) {
api.AccountStatusQuery("WECHAT", "793879932", "822651059990E2S")
}