作者 lyh

gx

... ... @@ -342,11 +342,9 @@ class ComController extends BaseController
];
arsort($data);
$token = hash('sha256','company_list+'.date('Y-m-d').'+'.http_build_query($data));
var_dump('company_list+'.date('Y-m-d').'+'.http_build_query($data));
die();
$param = [
'prod_desc'=>$this->param['keyword'],
'token'=>Hash::check($token),
'token'=>Hash::make($token),
'total'=>$this->param['now'] ?? 10,
];
$lists = http_post($url,$param);
... ...