瀏覽代碼

mefree.net

urban 1 天之前
父節點
當前提交
e3a38ea3ae
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Admin/Energy/EnergyPlatformOrderController.php

+ 1 - 1
app/Http/Controllers/Admin/Energy/EnergyPlatformOrderController.php

@@ -14,7 +14,7 @@ use App\Http\Services\RsaServices;
 class EnergyPlatformOrderController extends Controller
 {
     public $EnergyDay = ['0' => '1小时','1' => '1天','3' => '3天','30' => '30天'];
-    public $PlatformName = ['1' => 'Neee.cc','2' => 'RentEnergysBot','3' => '自己质押代理','4' => 'trongas.io','5' => '机器人开发代理'];
+    public $PlatformName = ['1' => 'Neee.cc','2' => 'RentEnergysBot','3' => '自己质押代理','4' => 'trongas.io','5' => '机器人开发代理',6 => 'mefree.net'];
     public $SourceType = ['1' => '人工下单','2' => '自动下单','3' => '智能托管', '4' => '笔数套餐'];
     public $RecoveryStatus = ['1' => '不用回收','2' => '待回收','3' => '已回收'];