소스 검색

upd

station_14109
altobaltobaltob 8 년 전
부모
커밋
ad837ecdb4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      controllers/Mitac_service.php

+ 1
- 1
controllers/Mitac_service.php 파일 보기

@@ -118,7 +118,7 @@ class Mitac_service extends CI_Controller
$lpr = $this->input->post('lpr', true); // 車牌
$in_time = $this->input->post('in_time', true); // 進場時間
$out_time = $this->input->post('out_time', true); // 出場時間
$gate_id = $this->input->post('gate_id', true); // 驗票機編號
$gate_id = 1; // 20171124 改為全丟給 1 //$this->input->post('gate_id', true); // 驗票機編號
$ck = $this->input->post('ck', true); // 驗証碼
// 通訊內容


불러오는 중...
취소
저장