account

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2021 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetUserListByMccidRequest

type GetUserListByMccidRequest struct{}

func (GetUserListByMccidRequest) Url

type GetUserListByMccidResponse

type GetUserListByMccidResponse struct {
	Data []MccUser `json:"data,omitempty"`
}

type MccUser

type MccUser struct {
	Userid   int64  `json:"userid,omitempty"`   // 用户id
	Username string `json:"username,omitempty"` // 用户名
	Mccid    int64  `json:"mccid,omitempty"`    // 账户管家id
	Fatname  string `json:"fatname,omitempty"`  // 账户管家名称
	Remark   string `json:"remark,omitempty"`   // 备注
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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