更新细节
This commit is contained in:
parent
73a57f61b0
commit
9567d41fc9
|
@ -30,7 +30,6 @@ 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']);
|
||||
|
|
Loading…
Reference in New Issue