Dora
Results
1
comments of
Dora
> 麻烦发一下调用接口的代码,谢谢!需要看一下`ListRepositoryTagsRequest`中的`ListRepositoryTagsRequestContentType`参数是如何指定的。 附上示例代码: > > ```go > contentType := swrModel.GetListRepositoryTagsRequestContentTypeEnum().APPLICATION_JSON > request := &swrModel.ListRepositoryTagsRequest{ > ContentType: contentType, > } > ``` 你好,代码是这样的 我在macos M1处理器上用go1.17.7运行时没有问题的,同事用**macos intel处理器go1.17.6运行会出现content type换行**,另一个同事windows go.1.16.8也是ok。