Client
class Client
Traits
Properties
protected | $http | ||
protected | $access_token | ||
protected | $endpoint |
Methods
Details
at line 28
__construct(TencentMail $app)
Client constructor.
at line 45
string
create(Group $group)
创建邮件群组.
at line 64
string
update(Group $group)
更新邮件群组.
at line 83
string
delete(string $groupId)
删除邮件群组.
at line 101
string
get(string $groupId)
获取邮件群组信息.