Lae/config/drops.php

8 lines
78 B
PHP
Raw Normal View History

2022-09-09 13:04:09 +00:00
<?php
return [
'rate' => 1000,
2022-11-19 04:37:18 +00:00
// 提成
'commission' => 0.1,
2022-09-09 13:04:09 +00:00
];