|
...
|
...
|
@@ -349,7 +349,7 @@ class ComController extends BaseController |
|
|
|
'total'=>$this->param['now'] ?? 10,
|
|
|
|
];
|
|
|
|
$lists = http_post($url,$param);
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($token, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export(Hash::make($token), true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|