Jelajahi Sumber

接口对接

cqpCow 1 tahun lalu
induk
melakukan
7d6a98c33c
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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']);