作者 karlet

feat:转换交易对失败报错

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