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