Commit 83a6178c authored by 1486327116's avatar 1486327116

update

parent 353bfec1
'use strict'; 'use strict';
import * as ReqUtils from "../utils/req-utils"; import * as ReqUtils from "../utils/req-utils";
import Config from "../../config"; import Config from "../../config";
import * as collateralCtrl from "../functional/mvc/control/collateral.control";
const { const {
Res3Utils, Res3Utils,
logger: Logger, logger: Logger,
...@@ -180,6 +181,9 @@ let cmdWhiteList = { ...@@ -180,6 +181,9 @@ let cmdWhiteList = {
//金融部-其他管理-合约渠道用户管理(代理商渠道) //金融部-其他管理-合约渠道用户管理(代理商渠道)
'fiance/other/contract/agent/channel/set': 1, 'fiance/other/contract/agent/channel/set': 1,
'fiance/other/contract/agent/channel/list': 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, 'custom/fund/deposit/record/list': 1,
//客服部-资金管理-提现管理 //客服部-资金管理-提现管理
......
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