소스 검색

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…
취소
저장