income

package
v0.0.0-...-83adff0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArchiveCharge

type ArchiveCharge struct {
	AID         int64     `json:"aid"`
	AvID        int64     `json:"-"`
	MID         int64     `json:"mid"`
	Nickname    string    `json:"nickname"`
	CategoryID  int64     `json:"category_id"`
	Charge      int64     `json:"charge"`
	TotalCharge int64     `json:"total_charge"`
	UploadTime  time.Time `json:"upload_time"`
	Date        time.Time `json:"date"`
}

ArchiveCharge av charge

type ArchiveChargeStatis

type ArchiveChargeStatis struct {
	ID           int64
	Avs          int64
	MoneySection int
	MoneyTips    string
	Charge       int64
	CategroyID   int64
	CDate        time.Time
}

ArchiveChargeStatis av charge statis

type ArchiveIncome

type ArchiveIncome struct {
	ID          int64     `json:"id"`
	AvID        int64     `json:"archive_id"`
	MID         int64     `json:"mid"`
	Type        int       `json:"type"`
	TagID       int64     `json:"category_id"`
	IsOriginal  int       `json:"is_original"`
	UploadTime  time.Time `json:"upload_time"`
	TotalIncome int64     `json:"total_income"`
	Income      int64     `json:"income"`
	TaxMoney    int64     `json:"tax_money"`
	Date        time.Time `json:"date"`
	DateFormat  string    `json:"date_format"`
	Nickname    string    `json:"nickname"`
	Avs         int       `json:"avs"`
}

ArchiveIncome archive income

type ArchiveStatis

type ArchiveStatis struct {
	ID           int64
	Avs          int64
	MoneySection int
	MoneyTips    string
	Income       int64
	CategroyID   int64
	CDate        time.Time
}

ArchiveStatis archive statis

type AvBreach

type AvBreach struct {
	AvID       int64     `json:"archive_id"`
	MID        int64     `json:"mid"`
	CDate      time.Time `json:"cdate"`
	Money      int64     `json:"money"`
	CType      int       `json:"ctype"`
	Reason     string    `json:"reason"`
	UploadTime time.Time `json:"upload_time"`
	Nickname   string    `json:"nickname"`
}

AvBreach av breach record

type UpAccount

type UpAccount struct {
	ID                    int64     `json:"id"`
	MID                   int64     `json:"mid"`
	HasSignContract       int       `json:"has_sign_contract"`
	State                 int       `json:"state"`
	TotalIncome           int64     `json:"total_income"`
	TotalUnwithdrawIncome int64     `json:"total_unwithdraw_income"`
	TotalWithdrawIncome   int64     `json:"total_withdraw_income"`
	IncIncome             int64     `json:"inc_income"`
	LastWithdrawTime      time.Time `json:"last_withdraw_time"`
	Version               int64     `json:"version"`
	AllowanceState        int       `json:"allowance_state"`
	Nickname              string    `json:"nickname"`
	WithdrawDateVersion   string    `json:"withdraw_date_version"`
	IsDeleted             int       `json:"is_deleted"`
	CTime                 time.Time `json:"ctime"`
	MTime                 time.Time `json:"mtime"`
}

UpAccount up account

type UpDailyStatis

type UpDailyStatis struct {
	Ups    int
	Income int64
	Date   time.Time
}

UpDailyStatis up daily statis

type UpIncome

type UpIncome struct {
	ID          int64     `json:"id"`
	MID         int64     `json:"mid"`
	AvCount     int64     `json:"-"`
	ColumnCount int64     `json:"-"`
	BgmCount    int64     `json:"-"`
	Count       int64     `json:"count"`
	TaxMoney    int64     `json:"tax_money"`
	Income      int64     `json:"income"`
	TotalIncome int64     `json:"total_income"`
	Date        time.Time `json:"-"`
	Nickname    string    `json:"nickname"`
	DateFormat  string    `json:"date_format"`
	BaseIncome  int64     `json:"base_income"`
	Breach      int64     `json:"breach"`
	ExtraIncome int64     `json:"extra_income"`
}

UpIncome up income

type UpIncomeWithdraw

type UpIncomeWithdraw struct {
	ID             int64     `json:"id"`
	MID            int64     `json:"mid"`
	WithdrawIncome int64     `json:"-"`
	Income         string    `json:"withdraw_income"`
	DateVersion    string    `json:"date_version"`
	MTime          time.Time `json:"withdraw_time"`
	Nickname       string    `json:"nickname"`
}

UpIncomeWithdraw up income withdraw

type UpStatisRsp

type UpStatisRsp struct {
	Income int64
	Ups    int
}

UpStatisRsp response

type UpWithdrawRes

type UpWithdrawRes struct {
	MID                int64     `json:"mid"`
	Nickname           string    `json:"nickname"`
	WithdrawIncome     string    `json:"withdraw_income"`
	UnWithdrawIncome   string    `json:"unwithdraw_income"`
	LastWithdrawIncome string    `json:"last_withdraw_income"`
	WithdrawDate       string    `json:"withdraw_date"`
	MTime              time.Time `json:"mtime"`
}

UpWithdrawRes response

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL