| | |
| | | } else if ("index_new_symbols".equals(code)) { |
| | | String result = sysparaService.find("index_new_symbols").getSvalue(); |
| | | object = result; |
| | | } else if ("withdraw_limit".equals(code)) { |
| | | String result = sysparaService.find("withdraw_limit").getSvalue(); |
| | | object = result; |
| | | } else if ("withdraw_limit_btc".equals(code)) { |
| | | String result = sysparaService.find("withdraw_limit_btc").getSvalue(); |
| | | object = result; |
| | | } else if ("withdraw_limit_eth".equals(code)) { |
| | | String result = sysparaService.find("withdraw_limit_eth").getSvalue(); |
| | | object = result; |
| | | } else if ("withdraw_limit_usdc".equals(code)) { |
| | | String result = sysparaService.find("withdraw_limit_usdc").getSvalue(); |
| | | object = result; |
| | | } |
| | | |
| | | return object; |