Commit bd3760f8 bd3760f8e0889747d84fb2d65207805744b88160 by lemon

*

1 parent 6c43c7f2
......@@ -20,6 +20,7 @@ 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);
});
......