*
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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 | }); | ... | ... |
-
Please register or sign in to post a comment