Commit e6c70099 authored by rlgy's avatar rlgy

钱包用户

parent bef37105
......@@ -24,7 +24,11 @@ class ExchangeController extends Controller
*/
public function actionSupportedSymbol()
{
ExchangeBusiness::setSupportedSymbol();
try {
ExchangeBusiness::setSupportedSymbol();
} catch (\Exception $e) {
print $e->getMessage() . "\n";
}
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment