作者 karlet

feat:转换交易对失败报错

... ... @@ -177,7 +177,7 @@ class CmBroker
if (preg_match('/^[A-Z0-9]+USDT$/', $symbol)) {
return $symbol;
} else {
throw new Exception('转换标准交易对错误' + $symbol + ' to ', $symbol);
throw new Exception('转换标准交易对错误' . $symbol . ' to ', $symbol);
}
}
... ...