All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m17s
extractPaymentResult 只处理 map[string]any,而 V2 自建实现返回 map[string]string,类型断言静默失败导致所有字段为空字符串。 增加对 map[string]string 的处理分支,兼容 V1 和 V2 两种支付渠道。