Commit b590d45a authored by shajiaming's avatar shajiaming

Merge branch 'master' into feature/optimize

parents f616f51e 7dce0747
...@@ -160,7 +160,9 @@ class FlashController extends BaseController ...@@ -160,7 +160,9 @@ class FlashController extends BaseController
'min_fee' => $result['min_fee'] ?? '', 'min_fee' => $result['min_fee'] ?? '',
'fee_percent' => $result['fee_percent'] ?? '', 'fee_percent' => $result['fee_percent'] ?? '',
'sort' => $result['sort'] ?? '', 'sort' => $result['sort'] ?? '',
'market_price_float' => $result['market_price_float'] ?? '' 'market_price_float' => $result['market_price_float'] ?? '',
'from_market_price_source' => $result['from_market_price_source'] ?? '',
'to_market_price_source' => $result['to_market_price_source'] ?? ''
]; ];
$appKey = isset($node_params['appKey']) ? $node_params['appKey'] : null; $appKey = isset($node_params['appKey']) ? $node_params['appKey'] : null;
$appSecret = isset($node_params['appSecret']) ? $node_params['appSecret'] : null; $appSecret = isset($node_params['appSecret']) ? $node_params['appSecret'] : null;
...@@ -210,7 +212,9 @@ class FlashController extends BaseController ...@@ -210,7 +212,9 @@ class FlashController extends BaseController
'min_fee' => $result['min_fee'] ?? '', 'min_fee' => $result['min_fee'] ?? '',
'fee_percent' => $result['fee_percent'] ?? '', 'fee_percent' => $result['fee_percent'] ?? '',
'sort' => $result['sort'] ?? '', 'sort' => $result['sort'] ?? '',
'market_price_float' => $result['market_price_float'] ?? '' 'market_price_float' => $result['market_price_float'] ?? '',
'from_market_price_source' => $result['from_market_price_source'] ?? '',
'to_market_price_source' => $result['to_market_price_source'] ?? ''
]; ];
$appKey = isset($node_params['appKey']) ? $node_params['appKey'] : null; $appKey = isset($node_params['appKey']) ? $node_params['appKey'] : null;
$appSecret = isset($node_params['appSecret']) ? $node_params['appSecret'] : null; $appSecret = isset($node_params['appSecret']) ? $node_params['appSecret'] : null;
......
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