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
ab6e8c30
Commit
ab6e8c30
authored
Aug 21, 2024
by
ml
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#####
parent
f33d26a7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
63 additions
and
80 deletions
+63
-80
package-lock.json
package-lock.json
+63
-67
hotPairConfig.control.ts
src/functional/mvc/control/hotPairConfig.control.ts
+0
-1
hotPairConfig.service.ts
src/functional/mvc/service/hotPairConfig.service.ts
+0
-12
No files found.
package-lock.json
View file @
ab6e8c30
This diff is collapsed.
Click to expand it.
src/functional/mvc/control/hotPairConfig.control.ts
View file @
ab6e8c30
...
...
@@ -3,7 +3,6 @@ import { HotPairConfigVO, HotPairConfigPageVO } from "../service/hotPairConfig.s
let
{
logger
,
Res3Utils
,
optionalUtils
:
Optional
,
apiAssertUtils
:
ApiAssert
}
=
require
(
'@madex/ex-js-public'
);
import
{
ErrorCode
}
from
"../../../constant/errorCode"
;
import
{
getCurrentUserId
,
isAdminUserBySessionId
}
from
"../../../utils/aclUserUtils"
;
/**
* 分页查询热门交易对配置列表
...
...
src/functional/mvc/service/hotPairConfig.service.ts
View file @
ab6e8c30
// @madex/ex-ts-dao 是 ts 的 dao, 代码在 bitbucket/ex-js-dao 的 ts 分支上
import
{
ormDB
,
hotPairConfig
}
from
"@madex/ex-ts-dao"
;
import
{
AclUserInfoConst
}
from
"../../../constant/aclUserConstant"
;
import
{
CryptUtils
}
from
"../../../utils/crypt-utils"
;
import
{
ErrorCode
}
from
"../../../constant/errorCode"
;
import
*
as
aclRoleAuthService
from
"../service/aclRoleAuth.service"
;
import
*
as
aclUserService
from
"../service/aclUser.service"
;
import
{
getOneAclUserByAccount
,
getOneAclUserByUid
}
from
"../../../utils/aclUserUtils"
;
import
{
RedisVal
}
from
"../../../constant/redis-val"
;
import
Config
from
"../../../../config"
;
import
{
AuthConfigConst
}
from
"../../../constant/aclUserAuthConfigConstant"
;
import
*
as
userOptLogService
from
"./userOptLog.service"
;
let
{
apiAssertUtils
:
ApiAssert
,
datetimeUtils
:
DatetimeUtils
}
=
require
(
'@madex/ex-js-public'
);
let
{
authCommon
:
AuthCommon
,
redisUtilsCommon
:
RedisClient
,
BigNumberUtils
}
=
require
(
'@madex/ex-js-common'
);
let
_
=
require
(
'lodash'
);
let
{
logger
}
=
require
(
'@madex/ex-js-public'
);
...
...
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