Commit 6c43c7f2 6c43c7f2be681b1fc408f41764b9880ac0c0f824 by lemon

xx

1 parent ae785bc1
...@@ -20,7 +20,6 @@ Route::group([], function (){ ...@@ -20,7 +20,6 @@ Route::group([], function (){
20 if ($request->input('token') != 'xlb') { 20 if ($request->input('token') != 'xlb') {
21 return 'fail'; 21 return 'fail';
22 } 22 }
23
24 $no = json_encode(['type'=>1, 'identifier'=>$request->input('no')]); 23 $no = json_encode(['type'=>1, 'identifier'=>$request->input('no')]);
25 return \App\Helper\AesEncrypt::encrypt($no); 24 return \App\Helper\AesEncrypt::encrypt($no);
26 }); 25 });
......