package payment type AliPayParam struct { BuyerId string Amount float64 OrderId string NotifyUrl string Remark string }