瀏覽代碼

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);

Loading…
取消
儲存