go ccpsdk CreateFile方法和文档中不一样
Closed this issue · 2 comments
richarduncle commented
文档是这么写的:
response, err := ccpClient.CreateFile(createFileRequest, runtime)
但是sdk中方法是:
func (client *Client) CreateFile(request *CCPCreateFileRequestModel, runtime *RuntimeOptions) (_result *CreateFileModel, _err error)
有点疑惑了,是不是哪里没找到?
是不是后面增加一步SetBody 文档没改啊?
wenzuochao commented
wenzuochao commented
我这边先把issue关了,如果您还有其他问题的话,可以重新开一个issue