This commit is contained in:
yun
2026-08-15 01:38:05 +08:00
parent 139330aee2
commit eb8f660ab5
57 changed files with 5401 additions and 1438 deletions
+3 -2
View File
@@ -2,7 +2,8 @@ package mailx_test
import (
"testing"
"wallet-pay-api/pkg/mailx"
mailx "code.yun.ink/pkg/mailx"
)
func TestParseHtmlResource(t *testing.T) {
@@ -49,7 +50,7 @@ func TestParseHtmlResource(t *testing.T) {
</html>
`
res, err := mailx.ParseHtmlResource(html)
res, err := mailx.ParseHTMLResource(html)
if err != nil {
t.Fatal(err)
}