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
a5e65322
Commit
a5e65322
authored
Dec 13, 2024
by
1486327116
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
1eff4f18
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
coinType.service.ts
src/functional/mvc/service/coinType.service.ts
+1
-0
coinTypeApply.service.ts
src/functional/mvc/service/coinTypeApply.service.ts
+3
-0
No files found.
src/functional/mvc/service/coinType.service.ts
View file @
a5e65322
...
...
@@ -24,6 +24,7 @@ export interface AddParam {
id
:
any
,
symbol
:
string
;
mixin_id
:
string
;
asset_id
:
number
;
...
...
src/functional/mvc/service/coinTypeApply.service.ts
View file @
a5e65322
...
...
@@ -15,6 +15,8 @@ export interface CoinTypeApplyVO {
symbol
?:
string
;
mixin_id
?:
string
;
name
?:
string
;
general_name
?:
string
;
...
...
@@ -299,6 +301,7 @@ export async function review(id: any, currentUser: any, ip: string | undefined)
is_main
:
is_main
,
main_status
:
main_status
,
name
:
dbApply
.
name
,
mixin_id
:
dbApply
.
mixin_id
,
general_name
:
dbApply
.
general_name
,
chain_type
:
dbApply
.
chain_type
,
original_decimals
:
dbApply
.
original_decimals
,
...
...
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