Commit a5e65322 authored by 1486327116's avatar 1486327116

update

parent 1eff4f18
...@@ -24,6 +24,7 @@ export interface AddParam { ...@@ -24,6 +24,7 @@ export interface AddParam {
id: any, id: any,
symbol: string; symbol: string;
mixin_id: string;
asset_id: number; asset_id: number;
......
...@@ -15,6 +15,8 @@ export interface CoinTypeApplyVO { ...@@ -15,6 +15,8 @@ export interface CoinTypeApplyVO {
symbol?: string; symbol?: string;
mixin_id?: string;
name?: string; name?: string;
general_name?: string; general_name?: string;
...@@ -299,6 +301,7 @@ export async function review(id: any, currentUser: any, ip: string | undefined) ...@@ -299,6 +301,7 @@ export async function review(id: any, currentUser: any, ip: string | undefined)
is_main: is_main, is_main: is_main,
main_status:main_status, main_status:main_status,
name: dbApply.name, name: dbApply.name,
mixin_id:dbApply.mixin_id,
general_name: dbApply.general_name, general_name: dbApply.general_name,
chain_type:dbApply.chain_type, chain_type:dbApply.chain_type,
original_decimals: dbApply.original_decimals, original_decimals: dbApply.original_decimals,
......
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