Commit bd3760f8 bd3760f8e0889747d84fb2d65207805744b88160 by lemon

*

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