作者 lyh

gx

... ... @@ -17,7 +17,7 @@ use Illuminate\Support\Facades\Log;
* Class SyncService
* @package App\Services
*/
class SyncService extends BaseService
class SyncService
{
/**
* 同步信息到表单系统
... ... @@ -102,4 +102,4 @@ class SyncService extends BaseService
curl_close($ch);
return [$code, $response];
}
}
\ No newline at end of file
}
... ...