|
@@ -52,8 +52,8 @@ class PublicController
|
|
|
public function test(Request $request)
|
|
public function test(Request $request)
|
|
|
{
|
|
{
|
|
|
|
|
|
|
|
- var_dump(get_fil_price());
|
|
|
|
|
-// UserMiningMachine::dayMining();
|
|
|
|
|
|
|
+// var_dump(get_fil_price());
|
|
|
|
|
+ UserMiningMachine::dayMining();
|
|
|
// SystemUserTask::SmallGroupHashRate(1, 1);
|
|
// SystemUserTask::SmallGroupHashRate(1, 1);
|
|
|
// UserMiningMachine::dayMining();
|
|
// UserMiningMachine::dayMining();
|
|
|
// $money_types = MiningMachine::group('get_money_type')->field('COUNT(id),get_money_type')->select();
|
|
// $money_types = MiningMachine::group('get_money_type')->field('COUNT(id),get_money_type')->select();
|