This commit is contained in:
邹宗楠
2025-08-04 11:39:13 +08:00
parent 7c392836f5
commit 0356b0f92a
5 changed files with 26 additions and 16 deletions

View File

@@ -81,3 +81,7 @@ func TestSaveAuthentication(t *testing.T) {
func TestAccountStatusQuery(t *testing.T) {
api.AccountStatusQuery("ALIPAY", "2088770536505954", "822651059990E2S")
}
func TestSeparateQueryAmt(t *testing.T) {
api.SeparateQueryAmt("822651059990E2S", "20250731111111", "20250731")
}