This commit is contained in:
邹宗楠
2025-07-16 15:28:41 +08:00
parent 8f90fa9ee5
commit 67ce43a19a
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ func TestPayStatusQuery(t *testing.T) {
}
func TestCardBin(t *testing.T) {
result, err := api.QueryCarBin(GetOrderNumber(8), "1", "4275711234554321")
result, err := api.QueryCarBin(GetOrderNumber(8), OrgCode, "4275711234554321")
globals.SugarLogger.Debugf("result := %s", utils.Format4Output(result, false))
globals.SugarLogger.Debugf("result := %v", err)
}