This commit is contained in:
邹宗楠
2025-07-29 16:08:01 +08:00
parent c34cc86bba
commit bd766171cc
5 changed files with 204 additions and 24 deletions

View File

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