This commit is contained in:
aozhiwei 2022-01-25 19:32:46 +08:00
parent f5901b5095
commit af04637a82
2 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ class MarketController extends BaseController {
'name' => 'BNB',
'original_price' => 100,
'discount_price' => 80,
'discount_rate' => 80,
'contract_address' => '0xCfEB869F69431e42cdB54A4F4f105C19C080A601',
)
)

View File

@ -53,6 +53,7 @@ class NewMarketController extends BaseController {
'name' => 'BNB',
'original_price' => 100,
'discount_price' => 80,
'discount_rate' => 80,
'contract_address' => '0xCfEB869F69431e42cdB54A4F4f105C19C080A601',
)
)