فهرست منبع

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

PC-202304251453\Administrator 5 ماه پیش
والد
کامیت
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){
         $where = $request->more([
-            ['action', '']
+            ['action', ''],
+            ['value','']
         ]);
         $query = $this->logic->search($where);
         $data = $this->logic->getBanList($query);