This commit is contained in:
邹宗楠
2025-07-18 11:42:28 +08:00
parent 6f8e962ea4
commit e311b299d7
2 changed files with 2 additions and 2 deletions

View File

@@ -158,7 +158,7 @@ func TestIncoming(t *testing.T) {
}
func TestGetMerchantInfo(t *testing.T) {
result, err := api.GetMerchantInfo("141429349")
result, err := api.GetMerchantInfo("141698705")
globals.SugarLogger.Debugf("---------result:;= %s", utils.Format4Output(result, false))
globals.SugarLogger.Debugf("---------result:;= %v", err)
}