Versions in this module Expand all Collapse all v1 v1.1.2 Feb 28, 2021 v1.1.0 Feb 28, 2021 Changes in this version + type Service struct + AccessTokenService *service.AccessTokenService + func NewService(serviceClient *utils.ServiceClient, endpoint *config.Endpoint, ...) *Service + func (o *Service) DeleteFileShareLink(fileId int64) (string, error) + func (o *Service) DeleteIntegrateShareLink(integrateId int64) (string, error) + func (o *Service) DeleteShareLinks(sourceIds []int64) (*response.BatchDeleteResultBean, error) + func (o *Service) FileShareLink(fileId int64, activeHours int, expireDate string, needPassword bool) (*response.ShareLinkBean, error) + func (o *Service) GetFileShareLink(fileId int64) (*response.ShareLinkBean, error) + func (o *Service) GetIntegrateShareLink(integrateId int64) (*response.ShareLinkBean, error) + func (o *Service) GetShareLinks(pageNo int, pageSize int) (*response.ShareLinkBeanPageList, error) + func (o *Service) IntegrateShareLink(integrateId int64, activeHours int, expireDate string, needPassword bool) (*response.ShareLinkBean, error)