feat: 项目基础框架+配置+Kernel
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
return [
|
||||
"libra_data"=>[
|
||||
"base-currency"=>"VTC",
|
||||
"currency_id"=>50,
|
||||
"currency_name"=>"VTC",
|
||||
"legal_id"=>3,
|
||||
"legal_name"=>"USDT",
|
||||
"quote-currency"=>"USDT",
|
||||
"symbol"=>"VTC/USDT",
|
||||
"type"=>"market_detail",
|
||||
"data"=>[
|
||||
"amount"=>817,
|
||||
"direction"=>"sell",
|
||||
"id"=>1679124571000,
|
||||
"price"=>32.61509196,
|
||||
"time"=>"15:29:31",
|
||||
"ts"=>1679124571000,
|
||||
"tradeId"=>1679124571
|
||||
]
|
||||
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user