489495df
芝麻web文件管理
芝麻web文件管理V1.00
489495df
编辑当前文件:/home/landifun/public_html/vendor/ems-api/php-client/src/Endpoint/ListFields.php
<?php declare(strict_types=1); namespace EmsApi\Endpoint; use EmsApi\Base; use EmsApi\Http\Client; use EmsApi\Http\Response; use Exception; use ReflectionException; /** * Class ListFields * @package EmsApi\Endpoint */ class ListFields extends Base { /** * Get fields from a certain mail list * * Note, the results returned by this endpoint can be cached. * * @param string $listUid * * @return Response * @throws ReflectionException * @throws Exception */ public function getFields(string $listUid): Response { $client = new Client([ 'method' => Client::METHOD_GET, 'url' => $this->getConfig()->getApiUrl(sprintf('lists/%s/fields', $listUid)), 'paramsGet' => [], 'enableCache' => true, ]); return $client->request(); } }
ZillaPage — Best Open Souce LandingPage Builder Software
Blogs
Contacts
Login
Sign up
Sign up
All blog
Copyright © 2025 Desing by
ZillaPage