Просмотр исходного кода

Merge branch 'dev' of http://git.range8.cn/youyou/dms-api into dev

PC-202304251453\Administrator 5 месяцев назад
Родитель
Сommit
8b6705028a
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){
     public function getBanList(Request $request){
         $where = $request->more([
         $where = $request->more([
-            ['action', '']
+            ['action', ''],
+            ['value','']
         ]);
         ]);
         $query = $this->logic->search($where);
         $query = $this->logic->search($where);
         $data = $this->logic->getBanList($query);
         $data = $this->logic->getBanList($query);