Pārlūkot izejas kodu

搜索封禁值

ith5 5 mēneši atpakaļ
vecāks
revīzija
e6078fe176
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      app/v1/controller/customer/AccountController.php

+ 2 - 1
app/v1/controller/customer/AccountController.php

@@ -75,7 +75,8 @@ class AccountController extends BaseController
      */
     public function getBanList(Request $request){
         $where = $request->more([
-            ['action', '']
+            ['action', ''],
+            ['value','']
         ]);
         $query = $this->logic->search($where);
         $data = $this->logic->getBanList($query);