lizhen_gitee hai 10 meses
pai
achega
6a15485717
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      application/api/controller/Userwallet.php

+ 2 - 1
application/api/controller/Userwallet.php

@@ -28,7 +28,8 @@ class Userwallet extends Api
         $endtime = $starttime + 86399;
 
         //当日收益
-        $log_type = [21,22,23,54,41,61,63];
+//        $log_type = [21,22,23,54,41,61,63];
+        $log_type = [21,22,23,24,32,33,41,42];
         $change_value = Db::name('user_gold_log')
             ->where('createtime','IN',[$starttime,$endtime])
             ->where('user_id',$this->auth->id)