score

package
v0.2.55 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Score

type Score struct {
	models.BaseModel

	ScoreID   string `json:"score_id"`   // 积分编号
	ScoreType int    `json:"score_type"` // 积分类型:1=登录 2=发布 3=评论 4=抽奖
	Amount    int    `json:"amount"`     // 积分数量
	InUid     string `json:"in_uid"`     // 用户内部编号
	RecID     string `json:"rec_id"`     // 记录编号
}

Jump to

Keyboard shortcuts

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