Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bwallet
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Go
bwallet
Commits
d11e64af
Commit
d11e64af
authored
Jan 18, 2021
by
shajiaiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日志信息增加
parent
34cdc655
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
contracts.go
pkg/e/contracts.go
+16
-1
No files found.
pkg/e/contracts.go
View file @
d11e64af
...
@@ -64,9 +64,24 @@ var HandleTableName = HandleTableAndDesc{
...
@@ -64,9 +64,24 @@ var HandleTableName = HandleTableAndDesc{
"EditLiveCategory"
:
"wallet_live_category,更新直播类别信息"
,
"EditLiveCategory"
:
"wallet_live_category,更新直播类别信息"
,
"DeleteLiveCategory"
:
"wallet_live_category,删除直播类别"
,
"DeleteLiveCategory"
:
"wallet_live_category,删除直播类别"
,
"AddLiveInfo"
:
"wallet_live_info,添加直播间信息"
,
"GetLiveInfo"
:
"wallet_live_info,获取直播间信息"
,
"GetLiveInfo"
:
"wallet_live_info,获取直播间信息"
,
"VerifyLiveInfo"
:
"wallet_live_info,直播间信息验证"
,
"VerifyLiveInfo"
:
"wallet_live_info,直播间信息验证"
,
"GetLiveTitleRecord"
:
"wallet_live_info,获取直播名称更改申请"
,
"VerifyLiveTitleRecord"
:
"wallet_live_info,直播名称更改申请审核"
,
"GetLiveBanners"
:
"wallet_live_category,获取直播Banner"
,
"AddLiveBanner"
:
"wallet_live_category,添加直播Banner"
,
"EditLiveBanner"
:
"wallet_live_category,更新直播Banner"
,
"DeleteLiveBanner"
:
"wallet_live_category,删除直播Banner"
,
"GetLiveCharge"
:
"coin_supported_chain,,获取直播手续费"
,
"AddLiveCharge"
:
"coin_supported_chain,添加直播手续费"
,
"EditLiveCharge"
:
"coin_supported_chain,更新直播手续费"
,
"GetManagers"
:
"wallet_live_category,获取下级用户"
,
"AddManager"
:
"wallet_live_category,添加用户"
,
"EditManager"
:
"wallet_live_category,更新用户"
,
"DeleteManager"
:
"wallet_live_category,删除用户"
,
"GetOperationLogs"
:
"operation_log,查询操作日志列表"
,
"GetOperationLogs"
:
"operation_log,查询操作日志列表"
,
}
}
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