app\Economic::getContacts PHP 메소드

getContacts() 공개 정적인 메소드

public static getContacts ( )
    public static function getContacts()
    {
        $res = self::getClient()->request('GET', 'https://restapi.e-conomic.com/customers ');
        return json_decode($res->getBody(), true);
    }