Commit 123b2447 authored by clone's avatar clone

Merge branch 'test'

parents 0889a2fb fae640aa
No preview for this file type
...@@ -124,14 +124,14 @@ class User extends Basic ...@@ -124,14 +124,14 @@ class User extends Basic
if (empty($userList)) { if (empty($userList)) {
return $this->response("200", "此条件没有找到数据"); return $this->response("200", "此条件没有找到数据");
} }
/* $clientService = new ClientService(); $clientService = new ClientService();
$list = []; $list = [];
foreach ($userList as $k => $v) { foreach ($userList as $k => $v) {
$is_show = $clientService->dialTotal($v["user_id"]); $is_show = $clientService->dialTotal($v["user_id"]);
if ($is_show) { if ($is_show) {
array_push($list, $v); array_push($list, $v);
} }
}*/ }
$vip_services = new VipService(); $vip_services = new VipService();
$data['examine_vip'] = $vip_services->vip($this->agentId); $data['examine_vip'] = $vip_services->vip($this->agentId);
$data['user_date'] = $userList; $data['user_date'] = $userList;
......
...@@ -20,7 +20,7 @@ class UploadFileService ...@@ -20,7 +20,7 @@ class UploadFileService
* @param array $ext * @param array $ext
* @return array * @return array
*/ */
public function upload($_upload_file, $type, $size = 1000000, $ext = [ 'jpg','png','jpeg','xlsx','doc','pdf']) public function upload($_upload_file, $type, $size = 1000000, $ext = [ 'jpg','png','jpeg','xlsx','doc','docx','pdf'])
{ {
/** /**
* *
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment