getMessage() . "\n"; } } /** * 更新交易对行情 */ public function actionQuotation() { ExchangeBusiness::setQuotation(); } public function actionTest() { $a = new \common\service\exchange\Zb(); $a->setSupportedSymbol(); $a->setQuotation(); } }