task

package
v0.0.0-...-3ead46a Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2023 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Task

type Task struct {
	Status struct {
		HttpCode  int         `json:"httpCode"`
		ErrorCode int         `json:"errorCode"`
		MsgType   int         `json:"msgType"`
		Msg       interface{} `json:"msg"`
	} `json:"status"`
	Data []struct {
		RecordId    int    `json:"recordId"`
		TaskId      int    `json:"taskId"`
		RequireNum  int    `json:"requireNum"`
		CompleteNum int    `json:"completeNum"`
		Status      int    `json:"status"`
		Name        string `json:"name"`
		Desc        string `json:"desc"`
		Link        string `json:"link"`
		Type        string `json:"type"`
		AddDate     string `json:"addDate"`
		Tips1       string `json:"tips1"`
		Tips2       string `json:"tips2"`
		BonusInfo   []struct {
			BonusType int `json:"bonusType"`
			Bonus     int `json:"bonus"`
		} `json:"bonusInfo"`
		TaskType  int           `json:"taskType"`
		Category  int           `json:"category"`
		Comic     interface{}   `json:"comic"`
		ComicList []interface{} `json:"comicList"`
		Exp       int           `json:"exp"`
	} `json:"data"`
}

Jump to

Keyboard shortcuts

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