Documentation
¶
Index ¶
- func Transform(b []byte, t transform.Transformer) ([]byte, error)
- type Option
- type Options
- type Pingan
- func (h *Pingan) CashOut(req proto_pingan.CashOutRequest1318) (*proto_pingan.CashOutResponse1318, error)
- func (h *Pingan) Contract(req proto_pingan.ContractRequest1303) (*proto_pingan.ContractResponse1303, error)
- func (h *Pingan) GetThirdLogNo() string
- func (h *Pingan) NotifyParse(b []byte, rsp interface{}) error
- type Service
- type Sftp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // 外置机地址 Host string // 交易所代码 QYdm string // 资金主账号ID SupAcctiD string // 交易所名称 TranwebName string // 银行 sftp Sftp Sftp Simplified encoding.Encoding }
Options ...
type Pingan ¶
type Pingan struct {
// contains filtered or unexported fields
}
Pingan ...
func (*Pingan) CashOut ¶
func (h *Pingan) CashOut(req proto_pingan.CashOutRequest1318) (*proto_pingan.CashOutResponse1318, error)
CashOut 出金
func (*Pingan) Contract ¶
func (h *Pingan) Contract(req proto_pingan.ContractRequest1303) (*proto_pingan.ContractResponse1303, error)
Contract 签约
func (*Pingan) NotifyParse ¶
NotifyParse ...
type Service ¶
type Service interface { GetThirdLogNo() string Contract(proto_pingan.ContractRequest1303) (*proto_pingan.ContractResponse1303, error) NotifyParse([]byte, interface{}) error CashOut(proto_pingan.CashOutRequest1318) (*proto_pingan.CashOutResponse1318, error) }
Service ...
Click to show internal directories.
Click to hide internal directories.