function BTC(price,amount){
var buy = exchange.IO(“api”, “POST”, “/submitOrder.php”, “mk_type=usdt” + “&coinname=btc” + “&type=1” + “&price=”+price + “&amount=”+amount + “&tag=121”)
}
함수는 다음과 같습니다. 다른 거래와 거래의 함수를 포괄하는 것을 구현하고 싶습니다. 이 함수와 같이 쓸 수 있나요?