Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateOrderResponse ¶
type CreateOrderResponse struct { Info *RechargeOrderInfo `json:"info"` // contains filtered or unexported fields }
type GetOrdersQuery ¶
type GetOrdersResponse ¶
type NotifyOrderRequest ¶
type OrderInfo ¶
type RechargeOrderInfo ¶
type RechargeOrderInfo struct { OrderID string `json:"orderId"` CreateTime string `json:"createTime"` TimeStamp string `json:"timeStamp"` Nonce string `json:"nonceStr"` Package string `json:"package"` SignType string `json:"signType"` PaySign string `json:"paySign"` }
func CompanyRenew ¶
func CompanyRenew(req *CommonCreateOrderRequest) (*RechargeOrderInfo, error)
func RechargeBonusPoints ¶ added in v0.6.0
func RechargeBonusPoints(req *CommonCreateOrderRequest) (*RechargeOrderInfo, error)
Click to show internal directories.
Click to hide internal directories.