Ver Fonte

Weenier 168otc项目部署 0630

wesmiler há 3 anos atrás
pai
commit
8da7ef7bec
1 ficheiros alterados com 1 adições e 1 exclusões
  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);