소스 검색

接口对接

cqpCow 1 년 전
부모
커밋
7d6a98c33c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Service/JRFIDServerService.php

+ 1 - 0
app/Service/JRFIDServerService.php

@@ -765,6 +765,7 @@ class JRFIDServerService extends Service
             'type' => $data['type'],
             'contract_no' => $data['contract_no'] ?? null,
             'drawing_no' => $data['drawing_no'] ?? null,
+            'procedure' => $data['procedure'] ?? null,
         ];
 
         list($status,$result) = $this->post_helper($url,$post,$param['header']);