Explorar el Código

Weenier 168otc项目部署 0630

wesmiler hace 3 años
padre
commit
8da7ef7bec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/Admin/CoinLogController.php

+ 1 - 1
app/Http/Controllers/Admin/CoinLogController.php

@@ -75,7 +75,7 @@ class CoinLogController extends Backend
             return returnJson($params, false,[]);
         }
 
-        if(!CoinLogService::make()->confirmWithdraw($this->userInfo['user_id'], $params)){
+        if(!CoinLogService::make()->confirmWithdraw($this->userId, $params)){
             return returnJson(CoinLogService::make()->getError(), false);
         }else{
             return returnJson(CoinLogService::make()->getError(), true);