Commit 6c43c7f2 6c43c7f2be681b1fc408f41764b9880ac0c0f824 by lemon

xx

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