作者 lyh

gx

@@ -17,7 +17,7 @@ use Illuminate\Support\Facades\Log; @@ -17,7 +17,7 @@ use Illuminate\Support\Facades\Log;
17 * Class SyncService 17 * Class SyncService
18 * @package App\Services 18 * @package App\Services
19 */ 19 */
20 -class SyncService extends BaseService 20 +class SyncService
21 { 21 {
22 /** 22 /**
23 * 同步信息到表单系统 23 * 同步信息到表单系统
@@ -102,4 +102,4 @@ class SyncService extends BaseService @@ -102,4 +102,4 @@ class SyncService extends BaseService
102 curl_close($ch); 102 curl_close($ch);
103 return [$code, $response]; 103 return [$code, $response];
104 } 104 }
105 -}  
  105 +}