Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hilo-user
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
chenweijian
hilo-user
Commits
681bf0f0
Commit
681bf0f0
authored
Feb 22, 2023
by
hujiebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
45c8b1a8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
bag.go
cv/user_cv/bag.go
+1
-0
bag.go
route/user_r/bag.go
+1
-0
inner.go
route/user_r/inner.go
+1
-0
No files found.
cv/user_cv/bag.go
View file @
681bf0f0
...
...
@@ -8,6 +8,7 @@ type UserBag struct {
BagId
mysql
.
ID
`json:"bagId"`
// 背包id
ResType
mysql
.
Type
`json:"resType"`
// 道具类型 1:礼物道具
ResId
mysql
.
ID
`json:"resId"`
// 道具资源id
GiftId
mysql
.
ID
`json:"giftId"`
// 道具的礼物id
Name
string
`json:"name"`
// 资源名称
DiamondNum
mysql
.
Num
`json:"diamondNum"`
// 钻石数量
IconUrl
string
`json:"iconUrl"`
// icon url
...
...
route/user_r/bag.go
View file @
681bf0f0
...
...
@@ -48,6 +48,7 @@ func UserBag(c *gin.Context) (*mycontext.MyContext, error) {
BagId
:
bagGift
.
ID
,
ResType
:
res_e
.
ResUserBagGift
,
ResId
:
gift
.
ID
,
GiftId
:
gift
.
ID
,
Name
:
gift
.
Name
,
DiamondNum
:
gift
.
DiamondNum
,
IconUrl
:
gift
.
IconUrl
,
...
...
route/user_r/inner.go
View file @
681bf0f0
...
...
@@ -75,6 +75,7 @@ func GetUserBag(c *gin.Context) (*mycontext.MyContext, error) {
BagId
:
bag
.
ID
,
ResType
:
bag
.
ResType
,
ResId
:
bag
.
ResId
,
GiftId
:
bag
.
ResId
,
Name
:
gift
.
Name
,
DiamondNum
:
gift
.
DiamondNum
,
IconUrl
:
gift
.
IconUrl
,
...
...
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