소스 검색

钱包api

lizhen_gitee 1 년 전
부모
커밋
1cffe9d594
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/api/controller/Userwallet.php

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

@@ -87,7 +87,7 @@ class Userwallet extends Api
             'user_id' => $this->auth->id,
         ];
         if($money_type){
-            //$map['money_type'] = $money_type;
+            $map['money_type'] = $money_type;
         }
 
         $list = Db::name('user_gold_log')