更新细节

This commit is contained in:
yaooo 2023-11-20 10:41:59 +08:00
parent 73a57f61b0
commit 9567d41fc9
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ class AccountLogController extends BaseAdminController
public function taskLists(): Json public function taskLists(): Json
{ {
$params = $this->request->get(['company_id', 'change_type', 'user_info', 'type', 'start_time', 'end_time']); $params = $this->request->get(['company_id', 'change_type', 'user_info', 'type', 'start_time', 'end_time']);
halt($params);
$result = curl_post(env('project.worker_domain').'/middleapi/account_log/lists',$params,$this->reqHeader); $result = curl_post(env('project.worker_domain').'/middleapi/account_log/lists',$params,$this->reqHeader);
if($result['code'] == 0){ if($result['code'] == 0){
return $this->fail($result['msg']); return $this->fail($result['msg']);