package nezha // BuildSignSourceForTest 仅测试用,暴露 buildSignSource 供黑盒测试(nezha_test 包)直接 // 验证 sign_note 的排序/排除规则,不进生产 API 面。标准 export_test.go 手法,同 // internal/provider/crypto/export_test.go 的既有惯例。 func BuildSignSourceForTest(params map[string]string) string { return buildSignSource(params) }