Skip to content

Commit d65214a

Browse files
author
bajins
committed
fixed
1 parent 2efbf7c commit d65214a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reptile/Netsarang.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ func NetsarangSendMail(mail, product string) error {
246246
if data == nil {
247247
return errors.New("构造请求数据失败")
248248
}
249-
data["user-name"] = mail
249+
data["user_name"] = mail
250250
data["email"] = mail
251251
data["productName"] = productName
252252
log.Println("构造数据:", data)

0 commit comments

Comments
 (0)