class Client

Traits

Properties

protected $http
protected $access_token
protected $endpoint

Methods

__construct(TencentMail $app)

Client constructor.

string
newCount(string $userId, string $begin_date, string $end_date)

获取邮件未读数.

Details

at line 28
__construct(TencentMail $app)

Client constructor.

Parameters

TencentMail $app

Exceptions

GuzzleException

at line 47
string newCount(string $userId, string $begin_date, string $end_date)

获取邮件未读数.

Parameters

string $userId
string $begin_date
string $end_date

Return Value

string

Exceptions

TencentMailException

See also

https://exmail.qq.com/qy_mng_logic/doc#10033