func (s *CIService) OpenOriginProtect(ctx context.Context) (*Response, error)
_, err := c.CI.OpenOriginProtect(context.Background())
func (s *CIService) GetOriginProtect(ctx context.Context) (*OriginProtectResult, *Response, error)
res, _, err := c.CI.GetOriginProtect(context.Background())
参数名称 | 参数描述 |
OriginProtectResult | 查询原图保护的结果 |
func (s *CIService) CloseOriginProtect(ctx context.Context) (*Response, error)
_, err := c.CI.CloseOriginProtect(context.Background())
本页内容是否解决了您的问题?