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