afa 6 mēneši atpakaļ
vecāks
revīzija
e6156d4674

+ 1 - 0
application/api/controller/Index.php

@@ -46,6 +46,7 @@ class Index extends Api
                     $item->last_time = $time; //收取时间
                     $item->total_self= bcadd($total_inco, $item->total_self, 2); //累计收益
                     $total = $total_inco; //累计收益
+                    
                 }
            
                 

+ 12 - 12
application/common/model/LedgerTeacChangeModel.php

@@ -26,12 +26,12 @@ class LedgerTeacChangeModel extends Model
     public $pay_status = [
         '-1'                   => '全部',
         self::Pledge           => '质押存储',
-        self::Sell             => '出售',
-        self::SellBuy          => '出售购买',
-        self::Buying           => '存储',
-        self::BuySell          => '存储出售',
-        self::SellCancel       => '取消出售',
-        self::SellCancel       => '兑换产品',
+        self::Sell             => 'C2C出售',
+        self::SellBuy          => 'C2C出售购买',
+        self::Buying           => 'C2C存储',
+        self::BuySell          => 'C2C存储出售',
+        self::SellCancel       => 'C2C取消出售',
+        self::SellCancel       => 'C2C兑换产品',
         self::PledgeFee        => '存储服务费',
     ];
 
@@ -40,12 +40,12 @@ class LedgerTeacChangeModel extends Model
     {
         return [
             self::Pledge    => __('质押存储'),
-            self::Sell      => __('出售'),
-            self::SellBuy   => __('出售购买'),
-            self::Buying    => __('存储'),
-            self::BuySell   => __('存储出售'),
-            self::SellCancel   => __('取消出售'),
-            self::Exchange     =>__('兑换产品') ,
+            self::Sell      => __('C2C出售'),
+            self::SellBuy   => __('C2C出售购买'),
+            self::Buying    => __('C2C存储'),
+            self::BuySell   => __('C2C存储出售'),
+            self::SellCancel   => __('C2C取消出售'),
+            self::Exchange     =>__('C2C兑换产品') ,
             self::PledgeFee    =>__('存储服务费'),
         ];
     }