瀏覽代碼

搜索封禁值

ith5 5 月之前
父節點
當前提交
e6078fe176
共有 1 個文件被更改,包括 2 次插入1 次删除
  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);