Documentation ¶
Overview ¶
Package bill query merchant bill
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bill ¶
type Bill struct {
// contains filtered or unexported fields
}
Bill merchant accounts bill
func (*Bill) QueryBill ¶
func (b *Bill) QueryBill(ctx context.Context, req *QueryBillRequest) (resp *QueryBillResponse, err error)
QueryBill query bill
type QueryBillRequest ¶
type QueryBillRequest struct { BillDate string `json:"bill_date" desc:"账单日期,格式为 yyyyMMdd/yyyyMM"` MerchantID string `json:"merchant_id" desc:"商户号"` BillType string `` /* 216-byte string literal not displayed */ AppID string `json:"app_id" desc:"应用 ID"` ThirdPartyID string `json:"thirdparty_id" desc:"第三方应用 ID"` Sign string `json:"sign" desc:"签名"` }
QueryBillRequest query bill request
func (QueryBillRequest) ToURLValues ¶
func (b QueryBillRequest) ToURLValues() url.Values
type QueryBillResponse ¶
type QueryBillResponse struct { ErrorNo int `json:"error_no" desc:"错误码"` ErrorMsg string `json:"error_msg" desc:"错误信息"` }
QueryBillResponse query bill response
Click to show internal directories.
Click to hide internal directories.