package payment type TransferPayParam struct { OpenId string Amount float64 OrderId string NotifyUrl string Remark string }