소스 검색

女生日报

lizhen_gitee 10 달 전
부모
커밋
6a15485717
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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)