ソースを参照

test docket latest number

ifah
コミット
e1a7f263ab
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      app/Http/Controllers/Api/DocketMobile.php

+ 2
- 0
app/Http/Controllers/Api/DocketMobile.php ファイルの表示

@@ -30,6 +30,8 @@ class DocketMobile extends BaseController
}

function createDocketID($limit){
info(Docket::max('id'));

$allowedNumbers = range(0, 9);
shuffle($allowedNumbers);
$digits = array_rand($allowedNumbers, $limit);

読み込み中…
キャンセル
保存