Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bajins committed Aug 26, 2020
1 parent 2efbf7c commit d65214a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reptile/Netsarang.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func NetsarangSendMail(mail, product string) error {
if data == nil {
return errors.New("构造请求数据失败")
}
data["user-name"] = mail
data["user_name"] = mail
data["email"] = mail
data["productName"] = productName
log.Println("构造数据:", data)
Expand Down

0 comments on commit d65214a

Please sign in to comment.