| | |
| | | @RequestParam(required = false) String usdtTrc, |
| | | @RequestParam(required = false) String usdtErc, |
| | | @RequestParam(required = false) String usdcTrc, |
| | | @RequestParam(required = false) String usdcErc, |
| | | @RequestParam(required = false) String usdcErc1, |
| | | @RequestParam(required = false) String usdcErc2, |
| | | @RequestParam(required = false) String btc, |
| | | @RequestParam(required = false) String eth, |
| | | @RequestParam(required = false) String type) { |
| | |
| | | map.put("usdtTrc", usdtTrc); |
| | | map.put("usdtErc", usdtErc); |
| | | map.put("usdcTrc", usdcTrc); |
| | | map.put("usdcErc", usdcErc); |
| | | map.put("usdcErc1", usdcErc1); |
| | | map.put("usdcErc2", usdcErc2); |
| | | map.put("btc", btc); |
| | | map.put("eth", eth); |
| | | map.put("type", type); |