Explorar o código

0711-0226-h02

Zory hai 3 semanas
pai
achega
55efa5fff8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/controller/v2/Withdraw.php

+ 1 - 1
app/controller/v2/Withdraw.php

@@ -87,7 +87,7 @@ class Withdraw extends Base
             if (!is_array($param)) return error($param);
             $param['pageSize'] = $param['size'];
             $param['openid'] = $request->user['openid'];
-            $list = (new WithdrawLogService)->getList($param,"bank_id,money,status,create_at");
+            $list = (new WithdrawLogService)->getList($param,"bank_id,money,status,create_at,remark");
             return successTrans("success.data",pageFormat($list));
         } catch (\Throwable $throwable) {
             return error($throwable->getMessage());