Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hilo-common
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujiebin
hilo-common
Commits
9e79a808
Commit
9e79a808
authored
Mar 14, 2023
by
hujiebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:调整数据结构
parent
2057e602
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
group.go
rpc/group.go
+6
-6
No files found.
rpc/group.go
View file @
9e79a808
...
...
@@ -54,16 +54,16 @@ type CvGroupPowerInfo struct {
// 家族基本信息
type
CvGroupPowerBase
struct
{
GroupPowerId
mysql
.
ID
`json:"groupPowerId"`
// 家族id
Icon
string
`json:"icon"`
// 家族图片
Name
string
`json:"name"`
// 家族名
Nameplate
string
`json:"nameplate"`
// 铭牌
Id
mysql
.
ID
`json:"id"`
// 家族id
Icon
string
`json:"icon"`
// 家族图片
Name
string
`json:"name"`
// 家族名
Nameplate
string
`json:"nameplate"`
// 铭牌
}
// 家族成员
type
CvGroupPowerMember
struct
{
MemberNum
mysql
.
Num
`json:"memberNum"`
// 当前成员数
Member
Limit
mysql
.
Num
`json:"memberLimit
"`
// 成员上限
MemberNum
mysql
.
Num
`json:"memberNum"`
// 当前成员数
Member
Max
mysql
.
Num
`json:"memberMax
"`
// 成员上限
}
// 获取家族
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment