account

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2022 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{}

GetUserListByMccidRequest 账户管家子账号 API Request

func (GetUserListByMccidRequest) Url

type GetUserListByMccidResponse

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

GetUserListByMccidResponse 账户管家子账号列表 API Response

type MccUser

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

MccUser 账户管家下辖子账号

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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