|
@@ -390,7 +390,7 @@ class JRFIDServerService extends Service
|
|
|
'screenDataList' => $data['screenDataList'],
|
|
|
];
|
|
|
|
|
|
- list($status,$result) = $this->post_helper($url,$post, $param['header']);
|
|
|
+ list($status,$result) = $this->post_helper($url,$post, $param['header'], 300);
|
|
|
if(! $status) return [$status, $result];
|
|
|
|
|
|
if(! isset($result['success'])) {
|