Browse Source

钱包api

lizhen_gitee 10 months ago
parent
commit
1cffe9d594
1 changed files with 1 additions and 1 deletions
  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')