作者 lyh

gx

@@ -341,7 +341,8 @@ class ComController extends BaseController @@ -341,7 +341,8 @@ class ComController extends BaseController
341 'total'=>$this->param['now'] ?? 10, 341 'total'=>$this->param['now'] ?? 10,
342 ]; 342 ];
343 arsort($data); 343 arsort($data);
344 - $token = hash('sha256','company_list+'.date('Y-m-d').'+'.http_build_query($data)); 344 + $token = 'company_list+'.date('Y-m-d').'+'.http_build_query($data);
  345 +// $token = hash('sha256',);
345 $param = [ 346 $param = [
346 'prod_desc'=>$this->param['keyword'], 347 'prod_desc'=>$this->param['keyword'],
347 'token'=>Hash::make($token), 348 'token'=>Hash::make($token),