更新细节

This commit is contained in:
yaooo 2023-11-20 10:40:17 +08:00
parent a53b21e6fd
commit 73a57f61b0
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class AccountLogController extends BaseAdminController
public function taskLists(): Json
{
$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);
if($result['code'] == 0){
return $this->fail($result['msg']);