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