Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
ts-api-demo
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
wmvm
ts-api-demo
Commits
83a6178c
Commit
83a6178c
authored
Dec 18, 2024
by
1486327116
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
353bfec1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
access-limit.ts
src/setting/access-limit.ts
+4
-0
No files found.
src/setting/access-limit.ts
View file @
83a6178c
'use strict'
;
import
*
as
ReqUtils
from
"../utils/req-utils"
;
import
Config
from
"../../config"
;
import
*
as
collateralCtrl
from
"../functional/mvc/control/collateral.control"
;
const
{
Res3Utils
,
logger
:
Logger
,
...
...
@@ -180,6 +181,9 @@ let cmdWhiteList = {
//金融部-其他管理-合约渠道用户管理(代理商渠道)
'fiance/other/contract/agent/channel/set'
:
1
,
'fiance/other/contract/agent/channel/list'
:
1
,
//金融部-其他管理-币种抵扣
'fiance/other/contract/collateral/list'
:
1
,
// 列出全部
'fiance/other/contract/collateral/save'
:
1
,
// 新增或者修改
//客服部-资金管理-充值管理
'custom/fund/deposit/record/list'
:
1
,
//客服部-资金管理-提现管理
...
...
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