Versions in this module Expand all Collapse all v1 v1.0.0 Jun 16, 2026 Changes in this version + type FontsMapItem struct + Id string + Value string + func NewFontsMapItem(id, value string) *FontsMapItem + type M map[string]any + type Option struct + AppID string + BaseURL string + Key string + OrgID string + SellerID string + type PayRedirectURLDto struct + Amount string + EnterType string + FontsMap []*FontsMapItem + Id string + SellerId string + type PaymentContsQueryCont struct + Data string + Deposit int64 + Descr string + Desensitized int + FixAmountRequired int + FoldRequired int + ID string + MulPickerRequired int + Name string + ReceivedRequired int + RequireDeposit int + ScanRequired int + SearchRequired int + SmsCodeRequired int + Sort int + Tip string + Type string + Value string + type PaymentContsQueryDto struct + PaymentId string + StoreId string + func NewPaymentContsQueryDto(storeId string, paymentId string) *PaymentContsQueryDto + type PaymentContsQueryResult struct + Conts []PaymentContsQueryCont + PaymentId string + StoreId string + type PaymentQueryDto struct + StoreId string + func NewPaymentQueryDto(storeId string) *PaymentQueryDto + type PaymentQueryList struct + CreatedDate string + DataStatus string + PaymentId string + PaymentName string + StoreId string + Type string + type PaymentQueryResult struct + List []PaymentQueryList + type ResponseBody struct + Code string + Data T + Msg string + Sign string + type Tlfs struct + Client *resty.Client + Option *Option + func NewTlfs(opt Option) (x *Tlfs, err error) + func (x *Tlfs) GetNow(ctx context.Context) time.Time + func (x *Tlfs) PayRedirectURL(dto *PayRedirectURLDto) (_ string, err error) + func (x *Tlfs) PaymentContsQuery(ctx context.Context, dto *PaymentContsQueryDto) (_ *PaymentContsQueryResult, err error) + func (x *Tlfs) PaymentQuery(ctx context.Context, dto *PaymentQueryDto) (_ *PaymentQueryResult, err error) + func (x *Tlfs) Request(ctx context.Context, path string, content string) (_ []byte, err error) + func (x *Tlfs) SetNow(ctx context.Context, ts time.Time) context.Context + func (x *Tlfs) Sign(params map[string]string) (sign string, err error)