Commit ed6563a8 authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/live' into 'develop'

日志信息增加 See merge request !19
parents a3d0c467 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,查询操作日志列表",
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment