|
@@ -16,6 +16,8 @@ class CheckSign
|
|
|
*/
|
|
|
public function handle($request, Closure $next)
|
|
|
{
|
|
|
+ $version = $request->header('X-Version','');
|
|
|
+ myLog('test')->info($version);
|
|
|
$sign = $request->post('sign', '');
|
|
|
$timestamp = $request->post('timestamp', 0);
|
|
|
$key = 'a!A&AFRWT65Nb3NlklezUiqHyQAA@Z8M';
|